100% found this document useful (1 vote)
324 views

Stars Science College Hajira: CLASS: 10th Paper: Computer Total Marks: 50 Test: Half-Book-02

This document contains a 10 question multiple choice quiz about computers and computer science topics, followed by short answer questions about the world wide web, websites, URLs, search engines, HTML, ordered lists, logic gates, truth tables, Boolean functions, and loop structures in C programming. The document concludes with two longer questions asking to draw a truth table, make a circuit diagram, and simplify a Boolean function using a K-map.

Uploaded by

Awais Khalid
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
100% found this document useful (1 vote)
324 views

Stars Science College Hajira: CLASS: 10th Paper: Computer Total Marks: 50 Test: Half-Book-02

This document contains a 10 question multiple choice quiz about computers and computer science topics, followed by short answer questions about the world wide web, websites, URLs, search engines, HTML, ordered lists, logic gates, truth tables, Boolean functions, and loop structures in C programming. The document concludes with two longer questions asking to draw a truth table, make a circuit diagram, and simplify a Boolean function using a K-map.

Uploaded by

Awais Khalid
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
You are on page 1/ 2

STARS SCIENCE COLLEGE HAJIRA

CLASS: 10th Paper: Computer Total Marks: 50

Test: Half-Book-02
Q1: Choose the correct option: 10 * 1 = 10

A B C D
1 Duration Iteration Test
One execution of a Cycle
loop is known as a(n):

2
How many types of loop 4 3 2 6
structure are available in C?
3 While Do While For All of these
Which of the following
loop is available in C?

4 It is the simplest loop in C? While Do While For All of these

5
A bit can be represented in how 1 2 3 4
many possible states?
6 20 is equal to 1 2 3 4

7
Low voltage is represented by 0 1 2 3

8
What type of language is Markup Scripting Programmi OOp
HTML? ng
9 What is the extension of HTML .ht .doc .xls .ppt
file? ml

10
--------------- is a collection of Website Webpage Web None
related web pages? Browser
STARS SCIENCE COLLEGE HAJIRA
CLASS: 10th Paper: Computer Total Marks: 50

Test: Half-Book-02
Q2: Give Short answers (any four) 4 * 2 = 08
i. Define world wide web?
ii. What is a website?
iii. Define URL?
iv. Define search engine?
v. What is HTML?
vi. What is an ordered list?
Q3: Give Short answers (any four) 4 * 2 = 08
i. Which gate is also known as inventor?
ii. Name four types of gate?
iii. Draw truth table for AND gate?
iv. Draw truth table for OR gate?
v. Draw truth table for NAND gate?
vi. Draw circuit diagram for x = a.b + c.d

Q3: Give Short answers (any four) 4* 2 = 08


i. Define loop structure?
ii. Write two advantages of using loop?
iii. Which C statements are used to control iteration?
iv. Give an example f while loop?
v. Write the syntax of do-while loop?
vi. What is for loop?
Q3: Briefly describe (any two) 8 * 2 = 16

i. Draw the truth table for x= A.(B+C).D?


ii. Make a circuit diagram for equation x =AB + CD?
iii. Simplify the Boolean function using K-map?
• ̅ + AB
F(A,B) = A𝑩

You might also like