wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz 1: Introduction to Computers

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What values can a binary digit represent?

a)

A binary digit can only represent the value 0.

b)

A binary digit can represent either the value 0 or 1.

c)

A binary digit can represent one of the values from 0 - 9.

d)

A binary digit can only represent the value 1.

2.

What's the name of the server in the Department of Computer Science that we will connect to in CSCI-2170?

(a)  

3.

What's the host name of the server in the Department of Computer Science at MTSU?

a)

ranger.cs.mtsu.edu

b)

cs.mtsu.edu

c)

www.cs.mtsu.edu

d)

mtsu.edu

4.

How many bits are in 3 bytes?

a)

12 bits

b)

24 bits

c)

30 bits

d)

36 bits

5.

What's the least number of bits that you'll need to represent the current minute (0-59) in binary?

(a)  

6.

What is machine language?

a)

A language used by a car

b)

Machine language is made of 1's and 0's

c)

Machine language is made of 7's and 8's

d)

A language that only understands plain English

7.

Which of the following is not a high-level programming language?

a)

C++

b)

Java

c)

Python

d)

Assembly

8.

At the heart of computer is its central processing unit. The CPU's job is:

a)

To fetch instructions

b)

To carry out the operations commanded by the instructions

c)

To produce some outcome or resultant information

d)

All of these

9.

_________ is used to translate source code instructions into the appropriate machine language instructions.

a)

Module

b)

Library routine

c)

Compiler

d)

Preprocessor directives

10.

The program written by the programmer with high level language is called:

a)

Object Code

b)

Syntax

c)

Source Code

d)

Runtime Library