0% found this document useful (0 votes)
11 views6 pages

Computer Modal Paper

The document outlines five computer modal papers, each consisting of very short answer questions, short answer questions, and long answer/programming questions, totaling 70 marks each. Topics covered include programming concepts, artificial intelligence, drones, e-commerce, and cyber security. Each paper features similar structures with variations in specific questions and programming tasks.

Uploaded by

shivamverma80053
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views6 pages

Computer Modal Paper

The document outlines five computer modal papers, each consisting of very short answer questions, short answer questions, and long answer/programming questions, totaling 70 marks each. Topics covered include programming concepts, artificial intelligence, drones, e-commerce, and cyber security. Each paper features similar structures with variations in specific questions and programming tasks.

Uploaded by

shivamverma80053
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

COMPUTER MODAL PAPER

Paper 1 (70 Marks)


Very Short Answer Questions
Q1 (2): Output of printf("%d", 5 + 3 * 2);
Q2 (2): Define compiler.
Q3 (2): Define array.
Q4 (2): Function prototype to calculate square of a
number.
Q5 (2): Define pointer.
Q6 (2): What is fopen() used for?
Q7 (2): Define Artificial Intelligence.
Q8 (2): What is a drone?
Q9 (2): Define E-Commerce.
Q10 (2): Define Cyber Security.
Short Answer Questions
Q11 (3): Program to check whether a number is even or
odd.
Q12 (3): Sum of elements in an array of 5 integers.
Q13 (3): Reverse a string.
Q14 (3): 4 applications of AI and 4 uses of drones.
Q15 (3): Advantages of E-Commerce and 4 common
cyber threats.
Long Answer / Programming Questions
Q16 (4): Program to calculate factorial of a number
using for loop.
Q17 (4): Program to find largest of three numbers.
Q18 (4): Function to calculate factorial and call in main.
Q19 (4): Swap two numbers using pointer.
Q20 (4): Program to write 5 integers into a file.
Q21 (4): Explain role of drones in agriculture.
New Section 1 Page 1
Q21 (4): Explain role of drones in agriculture.
Q22 (4): Importance of Cyber Security in online
transactions.
Q23 (4): Two E-Commerce business models with
examples.

Paper 2 (70 Marks)


Very Short Answer Questions
Q1 (2): Output of printf("%d", 7 * 2 - 3);
Q2 (2): Define interpreter.
Q3 (2): Define string.
Q4 (2): Function prototype to calculate sum of two
numbers.
Q5 (2): Define pointer.
Q6 (2): What is fclose() used for?
Q7 (2): Define Artificial Intelligence.
Q8 (2): What is a drone?
Q9 (2): Define E-Commerce.
Q10 (2): Define Cyber Security.
Short Answer Questions
Q11 (3): Program to check if a number is divisible by 5.
Q12 (3): Average of elements in an array of 5 integers.
Q13 (3): Reverse a string.
Q14 (3): 4 applications of AI and 4 uses of drones.
Q15 (3): Advantages of E-Commerce and 4 cyber
security precautions.
Long Answer / Programming Questions
Q16 (4): Factorial of a number using while loop.
Q17 (4): Program to find largest among four numbers.
Q18 (4): Function to calculate sum of first n numbers.
Q19 (4): Swap two numbers using pointer.
Q20 (4): Program to read 5 integers from a file.
New Section 1 Page 2
Q20 (4): Program to read 5 integers from a file.
Q21 (4): Explain AI in healthcare.
Q22 (4): Role of drones in delivery.
Q23 (4): Two E-Commerce types with examples.

Paper 3 (70 Marks)


Very Short Answer Questions
Q1 (2): Output of printf("%d", 8 + 4 / 2);
Q2 (2): Define source code.
Q3 (2): Define array.
Q4 (2): Function prototype to multiply two numbers.
Q5 (2): Define pointer.
Q6 (2): What is fscanf() used for?
Q7 (2): Define Artificial Intelligence.
Q8 (2): What is a drone?
Q9 (2): Define E-Commerce.
Q10 (2): Define Cyber Security.
Short Answer Questions
Q11 (3): Program to check whether a number is odd or
even.
Q12 (3): Sum of elements in an array of 5 integers.
Q13 (3): Reverse a string.
Q14 (3): 4 applications of AI and 4 uses of drones.
Q15 (3): Advantages of E-Commerce and 4 common
cyber threats.
Long Answer / Programming Questions
Q16 (4): Program to calculate factorial of a number
using for loop.
Q17 (4): Program to find smallest of three numbers.
Q18 (4): Function to calculate factorial and call in main.
Q19 (4): Swap two numbers using pointer.
Q20 (4): Program to write 5 integers into a file.
New Section 1 Page 3
Q20 (4): Program to write 5 integers into a file.
Q21 (4): Explain AI in education.
Q22 (4): Role of drones in surveillance.
Q23 (4): Two E-Commerce business models with
examples.

Paper 4 (70 Marks)


Very Short Answer Questions
Q1 (2): Output of printf("%d", 10 / 2 + 3);
Q2 (2): Define compiler.
Q3 (2): Define string.
Q4 (2): Function prototype to calculate difference of
two numbers.
Q5 (2): Define pointer.
Q6 (2): What is fopen() used for?
Q7 (2): Define Artificial Intelligence.
Q8 (2): What is a drone?
Q9 (2): Define E-Commerce.
Q10 (2): Define Cyber Security.
Short Answer Questions
Q11 (3): Program to check whether a number is divisible
by 3.
Q12 (3): Average of elements in an array of 5 integers.
Q13 (3): Reverse a string.
Q14 (3): 4 applications of AI and 4 uses of drones.
Q15 (3): Advantages of E-Commerce and 4 common
cyber threats.
Long Answer / Programming Questions
Q16 (4): Factorial of a number using do-while loop.
Q17 (4): Program to find largest of four numbers.
Q18 (4): Function to calculate sum of first n numbers.
Q19 (4): Swap two numbers using pointer.
New Section 1 Page 4
Q19 (4): Swap two numbers using pointer.
Q20 (4): Program to write 5 integers into a file.
Q21 (4): Explain AI in agriculture.
Q22 (4): Role of drones in surveillance.
Q23 (4): Two E-Commerce business models with
examples.

Paper 5 (70 Marks)


Very Short Answer Questions
Q1 (2): Output of printf("%d", 12 - 4 / 2);
Q2 (2): Define interpreter.
Q3 (2): Define array.
Q4 (2): Function prototype to calculate sum of two
numbers.
Q5 (2): Define pointer.
Q6 (2): What is fclose() used for?
Q7 (2): Define Artificial Intelligence.
Q8 (2): What is a drone?
Q9 (2): Define E-Commerce.
Q10 (2): Define Cyber Security.
Short Answer Questions
Q11 (3): Program to check whether a number is even or
odd.
Q12 (3): Sum of elements in an array of 5 integers.
Q13 (3): Reverse a string.
Q14 (3): 4 applications of AI and 4 uses of drones.
Q15 (3): Advantages of E-Commerce and 4 cyber
security precautions.
Long Answer / Programming Questions
Q16 (4): Factorial of a number using for loop.
Q17 (4): Program to find smallest of three numbers.
Q18 (4): Function to calculate factorial and call in main.
New Section 1 Page 5
Q18 (4): Function to calculate factorial and call in main.
Q19 (4): Swap two numbers using pointer.
Q20 (4): Program to read 5 integers from a file.
Q21 (4): Explain AI in delivery systems.
Q22 (4): Role of drones in disaster management.
Q23 (4): Two E-Commerce types with examples.

New Section 1 Page 6

You might also like