Implementation - PowerPoint 1 Higher

Implementation - PowerPoint 1 Higher

11th Grade

14 Qs

quiz-placeholder

Similar activities

S3 What do you remember from S2?

S3 What do you remember from S2?

KG - University

18 Qs

Programming Recap - 9F5

Programming Recap - 9F5

9th - 11th Grade

15 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

Programming Concepts - 9E3

Programming Concepts - 9E3

9th - 12th Grade

15 Qs

Python Data types

Python Data types

5th - 12th Grade

10 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Implementation - PowerPoint 1 Higher

Implementation - PowerPoint 1 Higher

Assessment

Quiz

Created by

Kelsey Swan

Computers

11th Grade

1 plays

Easy

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are variables used for in programming?

To identify storage locations in memory

To increase the processing speed of the CPU

To connect to the internet

To create graphical user interfaces

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable can be accessed by any procedure/function in the program at any time?

Local variable

Constant variable

Static variable

Global variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where can a local variable be accessed?

Anywhere in the program

Only inside the procedure/function it is declared in

Only outside the procedure/function it is declared in

Inside any procedure/function regardless of where it is declared

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can a local variable be accessed by any other sub-program unless they are passed as a parameter or returned from a function?

Yes, always

No, never

Yes, but only if they are global

No, unless they are passed as a parameter or returned from a function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is assignment in the context of programming?

The process of comparing two values

The process of assigning a value to a variable

The process of performing arithmetic operations

The process of printing a value to the screen

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do 1-D arrays allow programmers to do?

Store a single piece of data

Store multiple pieces of data of different data types

Store multiple pieces of data of the same data type

Execute complex algorithms

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you declare an array to store 30 pupil scores using zero-based indexing?

Dim pupilScore(30) As Integer

Dim pupilScore(29) As Integer

Dim pupilScore(28) As Integer

Dim pupilScore(31) As Integer

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?