wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Computer Science - X

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which Network type is used in office or building?

a)

LAN

b)

MAN

c)

WAN

d)

PAN

2.

In which topology computers are directly connected to hub?

a)

BUS

b)

RING

c)

STAR

d)

MESH

3.

In which media wires are used?

a)

Guided Media

b)

Unguided Media

c)

Simplex

d)

Duplex

4.

What is the device that allows us to connect multiple computers to a single network device?

a)

Router

b)

Bus

c)

Ring

d)

Hub

5.

How many data transmission modes are there?

a)

1

b)

2

c)

3

d)

4

6.

What was the name of the network created by the Advanced Research Project Agency?

a)

JANNET

b)

ARPANET

c)

COMPACT

d)

CONTRACT

7.

Which is not a web browser?

a)

Microsoft Internet Explorer

b)

Opera

c)

Netscape

d)

MSDOS

8.

Which of the following organizations is responsible for coordinating the assignment of unique identifiers on the internet, including domain names, internet protocol addresses and protocol port numbers?

a)

W3C

b)

ICANN

c)

ARPANET

d)

All

9.

Which is online discussion forum where the user can post and view messages?

a)

Telnet

b)

Newsgroup

c)

Usenet

d)

Internet

10.

Full form of DSL?

a)

Data Subscriber Line

b)

Data Status Line

c)

Digital Subscriber Line

d)

Digital Status Line

11.

Which program is used by search engine to reach the websites?

a)

Search Operators

b)

MSN

c)

Spider

d)

Phrase

12.

Which of the following is not a database object?

a)

Tables

b)

Queries

c)

Relationships

d)

Reports

13.

The size of Yes No field is always

a)

1 bit

b)

1 byte

c)

1 character

d)

1 GB

14.

This key uniquely identifies each record

a)

primary key

b)

key record

c)

unique key

d)

field name

15.

How can you define a field so that when entering data for that field it will display ****** instead of actual typed text

a)

Input mask

b)

Validation Rule

c)

Indexed

d)

IME Mode

16.

Which of the following database object hold data?

a)

Forms

b)

Reports

c)

Queries

d)

Tables

17.

A __________ enables you to view data from a table based on a specific criterion

a)

Form

b)

Query

c)

Macro

d)

Report

18.

Which of the following statement is true

a)

Reports can be used to retrieve data from tables and calculate

b)

Queries can be printed in well formatted manner and presented as the information

c)

Queries can include calculated fields that do not exist in table

d)

Reports and forms are similar but forms are use to print but reports to display on screen only

19.

Which of the following statement is incorrect?

a)

Formal Parameter are the parameter used while declaring and defining sub-program or user-defined functions

b)

Actual Parameter are the parameter used while calling sub-procedure or user defined function

c)

Sub-Program is a group of statements written in a separate module to perform one or more tasks

d)

The CALL statement is used to call a function procedure.

20.

Which of the following statement is not correct?

a)

To pass arguments by value method each argument is enclosed in individual parenthesis in the calling statement

b)

To pass arguments by value method each argument is not enclosed in individual parenthesis in the calling statement

c)

Sub procedure uses CALL statement to call and returns the value to the calling module.

d)

A sub-program must be declared before using it