0% found this document useful (0 votes)
8 views2 pages

work sheet 1

Worksheet 1

Uploaded by

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

work sheet 1

Worksheet 1

Uploaded by

pushpa kewat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ARMY PUBLIC SCHOOL DIGHI

SUBJECT: COMPUTER SCIENCE


WORKSHEET-1 (HALFYEARLY)

I. Tick the correct answer.


1. In ______________ topology nodes are connected in circular chain.
a. Ring b. Star c. Bus
2. A row in a table that contains information is called.
a. Field b. Record c. Datasheet
3. The short key for ‘Find’ option is _________________
a. Alt+F b. Ctrl+L c. Ctrl+F
4. Arranging records in a particular order is called _______
a. Filtering b. Sorting c. Forming
5. ________________ statement can be used to unconditionally jump out of loop.
a. Break b. Continue c. While-else

II. Write ‘T’ for True and ‘F’ for FA alse statements.
1. A client is sometimes called the host computer.
2. There must be a unique name for each field in the table.
3. A relationship works by matching the data in the key field.
4. When we use else with for, this structure is known as While-else loop.
5. Range is pre-defined function of python.

III. Fill in the blanks.


1. A ___________ is a device that provides a central point for cables in a network.
2. The extension of database file in Access is ______________.
3. A _____________________ is a key that differentiates the records in a table of database.
4. _______________ form shows two parts.
5. __________________ widget is used to create action button for application.
VI. Answer in 1-2 sentences.
1. Differentiate between ‘Twisted pair cable’ and Coaxial cable’
2. Why do we need a primary key?
3. Differentiate between ‘sorting’ and ‘filtering’
4. Write the output of the following program:
for num in range(5):
if num==2:
continue
print(num)
5. What are loops and why are they important in Python programing?

V. Application based question


1. Your teacher has asked you to write a program in which she wants the statement by which the
program jumps out of the loop unconditionally. By which statement can you do so?
2. Somya has made a database table in Access containing fields Student_name, class, Roll_no, and
contact_no. She has set the primary key for the fiels ‘Student_name’. Has she done the right thing by
setting the primary key for this field.
VI. Answer the following questions briefly.
1. What are different types of wireless transmission media?
2. Differentiate between ‘Record’ and ‘Filed’.
3. What is the use of ‘Find and Replace’ feature in MS-Access?
4. Explain for-loop with example.
5. Write a program using ‘for’ loop to print numbers between 1 to 10.

You might also like