L6 Mich Revision

L6 Mich Revision

12th Grade

47 Qs

quiz-placeholder

Similar activities

Vocabulary Review

Vocabulary Review

12th Grade

47 Qs

C# Quiz

C# Quiz

12th Grade

50 Qs

Pretest Informatika 9 Berpikir Komputasional

Pretest Informatika 9 Berpikir Komputasional

9th Grade - University

50 Qs

Latihan Ulangan Semester 1 kelas 9

Latihan Ulangan Semester 1 kelas 9

7th Grade - University

50 Qs

EC8393

EC8393

1st Grade - University

45 Qs

Year 11 - CS Blended Learning - Homework 9

Year 11 - CS Blended Learning - Homework 9

10th - 12th Grade

52 Qs

A Level 1.4 Data types, data structures and algorithms

A Level 1.4 Data types, data structures and algorithms

12th Grade

50 Qs

Unit 7 - Recap

Unit 7 - Recap

12th Grade

43 Qs

L6 Mich Revision

L6 Mich Revision

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Gyorgy Denes

Used 3+ times

FREE Resource

47 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are (some of) the principles of structured programming?

Code logic flows from top to bottom

Use of selection, repetition, subprograms

Use of global variables instead of local variables

Use of GOTO statements

Correct use of indentation

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following could be assignment operators in a pseudocode language?

:=

=

>=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The line which introduces a variable (without giving it a value) is...

initialisation

declaration

assignment

selection

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What two things must be always present in a variable declaration?

assignment operator (e.g. =)

name of the variable declared

initial value of the variable

type of the variable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following line declare:

var names: array[1..10] of string;

a variable which is an array of 11 strings

a variable which is an array of 10 strings

a constant which is an array of 10 strings

a constant string

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 1 xor 1?

0

1

undefined

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 0 xor 1?

0

1

undefined

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?