CSEC ICT June 2019 Paper 1 Part 4

CSEC ICT June 2019 Paper 1 Part 4

9th - 10th Grade

17 Qs

quiz-placeholder

Similar activities

Searching Algorithms

Searching Algorithms

9th - 11th Grade

16 Qs

AQA GCSE Computer Science Paper 1

AQA GCSE Computer Science Paper 1

9th - 11th Grade

20 Qs

Computer Science

Computer Science

3rd - 12th Grade

12 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

IP and MAC addressing

IP and MAC addressing

10th Grade

20 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

Introduction to CS

Introduction to CS

7th Grade - University

21 Qs

Introduction to Python

Introduction to Python

7th - 9th Grade

20 Qs

CSEC ICT June 2019 Paper 1 Part 4

CSEC ICT June 2019 Paper 1 Part 4

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Keith Laban

Used 79+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CANNOT be

specified as data type in a database table?

Text

Array

Yes/no

Number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given that E2 < F2, Which of the following functions will display the text

'LOW' in cell G2?

=IF(E2>F2, "LOW")

=IF(E2-F2, "LOW")

=IF(E2<F2, "LOW")

=IF(F2-E2, "LOW")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following algorithm.

a = 7

b = 9

a = b - a

b = a + b

Write a, b

The output of this algorithm is

2, 9

2, 11

7, 9

7, 11

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When breaking down a simple problem

into its logical steps, what statement/

instruction would the adding of two

numbers be?

An input

A storage

A process

An output

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name given to an identifier that

always holds the same value?

Storage

Variable

Location

Constant

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a characteristic of an algorithm?

It must terminate.

It has an infinite number of steps.

It has clearly defined and unambiguous steps.

There is flow of control from one process to another.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The term 'top-down stepwise refinement' used in programming means

breaking down a complex problem into a set of simple subproblems

selecting the best solution to a complex problem

dividing a complex problem into two halves

creating several solutions to a problem

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?