L6 Mich Revision

L6 Mich Revision

12th Grade

47 Qs

quiz-placeholder

Similar activities

arrays loops functions temp

arrays loops functions temp

9th - 12th Grade

43 Qs

ASAJ  Semester 1 Informatika

ASAJ Semester 1 Informatika

10th Grade - University

50 Qs

7517 03 Section Assessment

7517 03 Section Assessment

12th Grade

50 Qs

SAS Informatika Ganjil Kelas 9

SAS Informatika Ganjil Kelas 9

9th Grade - University

50 Qs

C Programming Quiz

C Programming Quiz

12th Grade

50 Qs

C# Quiz

C# Quiz

12th Grade

50 Qs

Pretest Informatika 9 Berpikir Komputasional

Pretest Informatika 9 Berpikir Komputasional

9th Grade - University

50 Qs

9618 AS Comp Sci Full Revision Set 1

9618 AS Comp Sci Full Revision Set 1

9th - 12th Grade

45 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?