wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Grade 10 Term 1 Challenge

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.

What function can be used in Delphi to calculate the square root of a number?

a)

rSqr

b)

Sqrt

c)

Sqr

d)

SquareR

2.

What function can be used in Delphi to calculate the square of a number?

a)

rSqr

b)

Sqrt

c)

Sqr

d)

SquareR

3.

This type of variable is declared outside of a procedure and can be used anywhere in your code.

a)

General variable

b)

Local variable

c)

Global variable

d)

Procedural variable

4.

This type of variable is declared inside a procedure and can only be used by that procedure.

a)

General variable

b)

Local variable

c)

Global variable

d)

Procedural variable

5.

Which of the following is NOT and advantage of using computers?

a)
  • Computers save time.

b)
  • Computers complete tasks that might be impossible for humans to complete.

c)
  • Computers need skilled and trained operators.

d)
  • Computers are fast and accurate.

6.

This is the component of a computer that executes instructions, processes data, and manages and controls all other components. 

a)

ROM

b)

RAM

c)

GPU

d)

CPU

7.

The term ____ refers to raw numerical and factual material. It is worthless if it has not been processed beforehand. 


a)

variables

b)

information

c)

data

d)

functions

8.

1010 is representative of which number system?

a)

ASCII

b)

Hexadecimal

c)

Binary

d)

Decimal

9.

What prefix would you use before the name you give to a string variable?

a)

r

b)

i

c)

s

d)

f

10.

TRUE and FALSE is an example of which variable data type?

a)

Boolean

b)

Real

c)

String

d)

Integer

11.

Which statement best describes softlifting in terms of software piracy?

a)


When a central copy of software is being used concurrently by more users than allowed by the license agreement.

b)

The unauthorised duplication, distribution, and/or sale of intellectual property with the goal of copying a protected work.

c)


When downloading proprietary software from the Internet.

d)


When a legally licensed software product is installed or duplicated with the primary goal of offering it to many users rather than selling copies for profit.

12.

Which statement best describes Client-server overuse in terms of software piracy?

a)


When a central copy of software is being used concurrently by more users than allowed by the license agreement.

b)

The unauthorised duplication, distribution, and/or sale of intellectual property with the goal of copying a protected work.

c)


When downloading proprietary software from the Internet.

d)


When a legally licensed software product is installed or duplicated with the primary goal of offering it to many users rather than selling copies for profit.

13.

This term refers to a way for people to share creative works like music, writing, or software. It means that anyone can use, change, or share the work as long as they give credit to the original creator and also share any changes that they have made.

a)

NC

b)

Copyright

c)

Copyleft

d)

CC

14.

"Every day, we as humans perform tasks such as bathing, brushing our teeth, getting dressed, eating breakfast, and much more. These tasks can be broken down into smaller steps to ensure the task is completed in an orderly fashion."

What does this statement best describe?

a)

Flowcharts

b)

Algorithms

c)

Processes

d)

Pseudocode

15.

This term refers to the accuracy and reliability of the algorithm to solve the problem.

a)

Length

b)

Selection

c)

Precision

d)

Order