IMPORTANT QUESTIONS
COMPUTER SCIENCE
IX
Questions
Chapter 1
Generations of Computer (Long + Short)
Monitor and Printers with its types (Short)
Von Neumann Architecture along its components with diagram (Long)
Pipeline Processing, Parallelism, Word Size (Short)
Memory and its types (Long + Short + Differentiate)
Differentiate between system software and application software. (Short)
System software and its types with example (Long)
Differentiate between volatile & non-volatile memory. (Short)
Differentiate between Low Level Language and High Level Language. (Short)
Differentiate between Assembly Language and High Level Language. (Short)
Uses of Low Level Language and High Level Language. (Short)
Network Communication Component with diagram (Long + Short)
Differentiate between Half-duplex and full-duplex mode. (Short)
Differentiate between asynchronous and synchronous transmission mode. (Short)
Client/server and peer-to-peer network architecture. (Long + Short + Differentiate)
Types of network with diagram (Long + Short)
Network topologies and its type with diagram (Long)
Differentiate between Packet switching and circuit switching. (Short)
OSI Model and its Layers (Long + Short)
Chapter 2
Types of computing problems with an example (Long + Short)
Types of computing problems (Conceptual Questions) For example: Exercise (S.Q(9, 10) + L.Q (Q1, Q2))
Steps used for simple problem and complex problem (Short)
Differentiate between Logical thinking and computational thinking. (Short)
Properties of computational thinking (Long + Short)
Flowchart and its symbols (Short)
IPO Chart + Flowchart + Algorithm (Unseen) (Long + Short)
reads five numbers and display their sum, product and average.
reads a number and decide whether the number is even or odd.
reads a number and decide whether the number is positive or negative.
input two numbers and perform simple calculator operations (+,-,*,/).
reads a number and prints its factorial.
reads a number and print the multiplication table of number.
reads a number and print its exponent.
Print even numbers/odd numbers from 1 to 100.
find the product of following series: PRODUCT = 135791113*15
find the sum of squares of following series: Sum = 1²+2²+3²+4²+5²+...+9²+10²
basic pay of an employee and calculates and prints his net pay as given below: Net pay = Basic Pay + House
Rent
Basic Pay < 25,000 → House Rent 30% of Basic Pay
≥ 25,000 and ≤ 40,000 → House Rent 40% of Basic Pay
> 40,000 → House Rent 50% of Basic Pay
Chapter 3
Differentiate between static and dynamic website. (Short)
Differentiate between front-end development and back-end development. (Short)
Html tags & their purpose (body, heading, image, video, hyperlink, list) (Short)
CSS and their purpose and its types (Theory) (Long + Short)
Output Question (Unseen) (Topic: "if, if-else, else-if, for, nested loop") (Short)
JavaScript Programs (Unseen) (Long + Short)
Topic: "if, if-else, else-if, for loop, nested loop, array, functions"
Write a JavaScript code that reads five numbers and display their sum, product and average.
Write a JavaScript code that reads a number and decide whether the number is even or odd.
Write a JavaScript code that reads a number and decide whether the number is positive or negative.
Write JavaScript code that prompt two numbers and perform simple calculator operations (+,-,*,/).
Write a JavaScript code that read two numbers from keyboard and find the Greatest Common Divisor (GCD)
of two numbers.
Write a JavaScript code that reads a number and decide whether the number is prime or composite.
Write a JavaScript code that inputs two number from the user and print all common factors of both
numbers.
Write a JavaScript code to find the sum of following series: 1 + 1/2 + 1/3 +.....+1/45
Write a JavaScript code to find the sum of squares of following series: Sum = 1²+2²+3²+4²+5²+...+9²+10²
Write a JavaScript code to find the product of following series: PRODUCT = 135791113*15
Write JavaScript code to reads a number and print the multiplication table of number.
Write a JavaScript code that reads a number and prints its factorial.
Write a JavaScript code that inputs 5 numbers in an array and calculate the sum of array.
Nested loop programs (Example: PEDAGOGIA) (Unseen)
Creation of HTML document (Unseen) (Long + Short) (Topic: "Heading, Paragraph, Image, Video, Hyperlink,
Graphical Hyperlink, List, Table, In-line CSS, Internal CSS, External CSS")
Purpose and syntax of (if, if-else, else-if, for loop) (Short)
Array and advantages of array (Theory) (Short)
Function and its types (Theory) (Short)
Write a JavaScript code that reads 10 numbers in an array and prints the smallest along with its index.
For the given array: var arr = [4, 8, 5, 1, 3, 5, 0, 12, 5, 7, 3, 15, 8, 4, 11]; Write a JavaScript code that prints
the number of times the number 5 appears in the array?
Write a JavaScript code function called 'CalculateGrade' that takes marks of a student as input and returns
grade based on the following grading system: "A" if marks are greater than or equal to 90, "B" if marks are
between 70 and 89, "C" if marks are between 50 and 69, "F" if marks are below 50
Write a JavaScript code that reads a marks (m) of a subject and prints the letter grade as given below:
m >= 80 → A+
m >= 70, m < 80 → A
m >= 60, m < 70 → B
m >= 50, m < 60 → C
m >= 40, m < 50 → D
m >= 33, m < 40 → E
m < 33 → Ungraded
Write a JavaScript code that reads a basic pay of an employee and calculates and prints his net pay as given
below: Net pay = Basic Pay + House Rent
Basic Pay < 25,000 → House Rent 30% of Basic Pay
≥ 25,000 and ≤ 40,000 → House Rent 40% of Basic Pay
> 40,000 → House Rent 50% of Basic Pay
Chapter 4
Machine learning, data mining, deep learning, data visualization, predictive analysis (Short)
Data types in data science with example (Long)
Data collection and its methods in data science (Long)
Machine learning and its types (Long + Short)
Differentiate between supervised and un-supervised machine learning (Short)
Advantages and disadvantages of AI (Short)
ChatGPT, Grammarly, Lovo AI, Virtual Assistant (Definition + Ethical issues) (Short)
Safe and responsible use of computer (Long + Short)
Responsible use of software (Long + Short)
Summary statistics and requirement of Summary statistics (Short)
Big data and three v's of big data (Long + Short)
Advantages and disadvantages of big data (Short)
Application of big data in business (Short)
Chapter 5
Speech Recognition, Computer Vision, Natural Language Processing, Expert System (Definition + Application
Area) (Short)
Robotics, Healthcare, Education, Agriculture, AI in our daily life, chatbots (Definition + Application Area)
(Short)
Cloud computing and its types (Long + Short)
Chapter 6
Computer related laws (Long + Short)
Malicious software and key concepts (Long + Short)
Patents, Trademark, Copyrights (Short)
Chapter 7
Characteristics of successful entrepreneur (Long + Short)
Benefits of entrepreneurship (Short)
Drawbacks of entrepreneurship (Short)
Phases of design thinking (Short)
SWOT analysis (Short)