wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Skills Practice Unit 1

Total questions: 77

Worksheet time: 51mins

Name
Class
Date
1.
Solve for x. 
a)
3
b)
5
c)
6
d)
8
2.
Solve for x.
a)
5
b)
-2
c)
4
d)
12
3.
Find the missing side.
a)
9.4 km
b)
8.8 km
c)
1.9 km
d)
12.9 km
4.
Solve for x.
a)
4
b)
-6
c)
-4
d)
6
5.
Solve for the variable.  
a)
-1.2
b)
-3
c)
-6.6
d)
3.2
6.

These are examples of _______

a)

sizes

b)

forms

7.

These are examples of _______

a)

sizes

b)

forms

8.

These are examples of _________

a)

shapes

b)

line

9.

These are examples of _____________ colors

a)

secondary

b)

primary

10.

This is an example of ___________ line

a)

Vertical

b)

diagonal

11.

This is an example of a _____________ line

a)

Vertical

b)

Diagonal

12.

This is an example of ______________ line

a)

Horizontal

b)

Vertical

13.

What element is represented here?

a)

form

b)

line

14.

Which element does this picture illustrate?

a)

Color

b)

texture

15.

Which of the following words would describe texture?

a)

smooth

b)

blue

16.

Which of the following are SECONDARY colors?

a)

orange, violet, green

b)

red, yellow, blue

17.

Which of the following is an example of drawing?

a)
b)
18.

It is a form of visual art in which a person uses a pencil, charcoal, or crayon

a)

Painting

b)

Drawing

19.

It is the process or art of using paint, in a picture.

a)

Painting

b)

Drawing

20.

When an artist duplicates the same line, the same color or same shape.

a)

Repetition

b)

Emphasis

21.

When shapes or colors are shown one after the other or in alternation.

a)

Emphasis

b)

Alternation

22.

when an extraordinary or a different line, color or shape is placed in the midst of a regular pattern.

a)

Emphasis

b)

Alternation

23.

what kind of painting is this?

a)

portrait

b)

landscape

24.

Which of the following is an example of object found in nature?

a)
b)
25.

Shells and leaves are examples of objects from nature.

a)

TRUE

b)

FALSE

26.

Which of the following is not an example of painting?

a)
b)
27.

Typing an essay in Word is an example of input.

a)

Yes, because you're inserting data into the computer.

b)

No, because you're not introducing data into the computer.

c)

I don't know.

28.

Is this a valid example of the Input-Process-Output Model?

Input: Scanning picture.

Process: Editing the picture.

Output: Printed poster with picture.

a)

Yes.

b)

No.

c)

I don't know.

29.

What is a computer?

a)

An electronic device that receives input, processes it and provides an output in the desired format.

b)

An electronic device to do homework, play video games or surf on the internet.

c)

An electronic device that receives input, stores or processes the input and provides an output in the desired format.

30.

Is this a valid example of the Input-Process-Output Model?

Input: Text and numbers typed on keyboard.

Process: Calculations performed in a spreadsheet.

Output: Bank record.

a)

Yes.

b)

No.

c)

I don't know.

31.

Check all the examples of Input Units.

a)

Keyboard

b)

Microphone

c)

Speakers

d)

Mouse

32.

Check all the examples of Output Units.

a)

Screen.

b)

Printer.

c)

Headphones.

d)

Keyboard.

33.

The control unit, arithmetic logic unit and memory are together called Central Processing Unit or CPU.

a)

Yes

b)

No.

c)

I don't know.

34.

Hardware cannot be touched, only software can be touched.

a)

Yes.

b)

No.

c)

I don't know.

35.

Software is the set of instructions or programs that make a computer function. It cannot be touched or seen.

a)

Yes.

b)

No.

c)

I don't know.

36.

Taking a picture with the cell phone is an example of output.

a)

Yes, because it's the result of processing data.

b)

No, because it's not the result of processing data.

c)

I don't know.

37.

Printing a document is an example of output.

a)

Yes, because it is the result of processing data.

b)

No, because it's not the result of processing data.

c)

I don't know.

38.

Check all the characteristics of computers.

a)

Speed.

b)

Accuracy.

c)

Reliability.

d)

Versatility.

e)

Store capacity.

39.

Check all the disadvantages of using a computer

a)

Computers only help you do homework.

b)

Computers can work many hours at a time.

c)

Computers have no intelligence. They follow instructions blindly without considering the outcome.

d)

Regular electric supply is necessary to make computers work.

40.

Listening to audio through the speakers is an example of input.

a)

Yes, because you're inserting data into the computer.

b)

No, because you're not inserting data into the computer.

c)

I don't know.

41.

Check all the advantages of using a computer.

a)

Computers can do the same task repetitively with the same accuracy.

b)

Computers allow you to play video games.

c)

Computers do not get tires or bored.

d)

Computers have access to the internet.

e)

Computers can take up routine tasks while releasing human resource for more intelligent functions.

42.

Which of the following is not an example of Programming Language?

a)

Java

b)

Fortran

c)

Perl

d)

Eclipse

43.

It is a software application that provides comprehensive facilities to computer programmers for software development

a)

C-Programming

b)

IDE

c)

Code::Blocks

d)

Pre-Processor Command

44.

It is the process of writing, testing, debugging, and maintaining the source code of computer programs.

a)

C - Programming

b)

Computer Program

c)

Computer Programming

d)

Computer Programmer

45.

The C programming language was devised in the early __________.

a)

1950's

b)

1960's

c)

1970's

d)

1980's

46.

How many structures in the C-Programming?

a)

4

b)

5

c)

6

d)

7

47.

Name of this part

a)

Pre-Processor Command

b)

Variables

c)

Functions

d)

Comment

48.

It tells the compiler to do processing before doing the actual compilation.

a)

Pre-Processor Command

b)

Variables

c)

Functions

d)

Comment

49.

It gives additional useful information, guide, or instructions inside a C Program.

a)

Pre-Processor Command

b)

Variables

c)

Functions

d)

Comment

50.

C++ code

a)

#include<stdio.h>

b)

#include<conio.h>

c)

#include<studio.h>

d)

#include<conyo.h>

51.

C is a case-sensitive programming language. It means in C printf and Printf will have

a)

same meaning

b)

different meaning

c)

nothing happens

d)

all of the these

52.

The end of each C statement must be marked with a ________.

a)

colon

b)

semi-colon

c)

zero or 0

d)

0 with semi-colon

53.

What is the name of this symbol #?

a)

hashtag

b)

number sign

c)

brace bracket

d)

less than

54.

What is the meaning of this code \n?

a)

ignored

b)

in between

c)

new line

d)

comment

55.

int stands for what?

a)

interest

b)

interval

c)

integral

d)

integer

56.

It is a professional who writes programs.

a)

engineer

b)

teacher

c)

programmer

d)

doctor

57.

Who is Mark Zuckerberg

a)

an American technology entrepreneur and philanthropist who co-founded Facebook

b)

a British technology entrepreneur and philanthropist who co-founded Facebook

c)

an American technology entrepreneur and philanthropist who founded Facebook

d)

a computer hacker

58.

Who is Mark Zuckerberg

a)

an American technology entrepreneur and philanthropist who co-founded Facebook

b)

a British technology entrepreneur and philanthropist who co-founded Facebook

c)

an American technology entrepreneur and philanthropist who founded Facebook

d)

a computer hacker

59.

Who founded Google?

a)

Larry Page and Sergey Brin

b)

Larry Page and Mark Zuckerberg

c)

Larry Page

d)

Sergey Brin and Elon Mask

60.

What is Jeff Bezos famous for?

a)

Tesla Motors

b)

Google

c)

Amazon

d)

Amazonia

61.

Who helped in develop the Argus programming language?

a)

Barbara Liskov

b)

Barbara Lippett

c)

John Argus

d)

Argus Liskov

62.

The principal founder of the Microsoft Corporation is:

a)

Steve Jobs

b)

Bill Gates

c)

Larry Page

d)

Clint Bezos

63.

Apple Inc is a multinational technology company founded by:

a)

Steve Jobs, Steve Wozniak and Ronald Wayne

b)

Steve Wozniak, Ronald Wayne and Larry Page

c)

Ronald Wayne, Larry Page and Bill Gates

d)

Bill Gates and Steve Jobs

64.

Computers are great machines for:

a)

repetitive tasks

b)

impossible tasks

c)

small tasks

d)

practical tasks

65.

One of the dangers of using a computer is using it too much for way too long without moving or thinking for myself.

a)

True

b)

False

66.

The 20-20-20 rule aims to help prevent and relieve digital eye strain.

a)

True

b)

False

67.

Ada Lovelace is best known for:

a)

her work on the Analytical Machine and for publishing the first algorithm

b)

her work on the first digital computer

c)

her work on developing Twitter

d)

her work on developing Mathematics for programming

68.

The basis of the first digital computer were developed thanks to huge contributions from:

a)

John Von Neumann

b)

Ada Lovelace

c)

Bill Gates

d)

Steve Jobs

69.

The von Neumann architecture is a computer architecture based on a 1945 description by the mathematician and physicist John von Neumann

a)

True

b)

False

70.

Alan Turing was a British computer scientist who was highly influential in the development of:

a)

formalisation of the concepts of algorithm and computation with the Turing machine

b)

linear programming

c)

the mainframe computer

d)

computer ergonomics

71.

The Turing Machine, developed by Alan Turing can be considered as a model of the general purpose computer as we know it today.

a)

True

b)

False

72.

Who is the English cryptanalyst best known for her work as a code-breaker at Bletchley Park during the Second World War

a)

Joan Clarke

b)

Ada Lovelace

c)

Amy Turner

d)

Grace Hooper

73.

Joan Clarke had an important role in a project that decrypted Nazi Germany's secret communications. Which project was this?

a)

Enigma Project

b)

Nazi Project

c)

Encrypto Project

d)

Bit coin Project

74.

Tommy Flowers was an English engineer who worked with the British Post Office

a)

True

b)

False

75.

Tommy Flowers designed and built Colossus, which was:

a)

the world's first programmable electronic computer, to help solve encrypted German messages

b)

the world's first programmable electronic computer, to help solve complex mathematical equations

c)

the world's first printer

d)

the world's first electronic pager

76.

Grace Hopper was an American computer scientist and United States Navy admiral. She was also a:

a)

pioneer of computer programming

b)

computer hardware scientist

c)

co-developer of the first computer

d)

pioneer of solar engineering

77.

A computer is a digital machine, good at:

a)

following a set of mathematical equations

b)

following a set of instructions called an algorithm

c)

following clever programs

d)

following a list of encrypted data