Unit 3 Computing 012

Unit 3 Computing 012

12th Grade

26 Qs

quiz-placeholder

Similar activities

XII Unit1: Control Structures in Python

XII Unit1: Control Structures in Python

12th Grade

21 Qs

AQA OOP Programming

AQA OOP Programming

10th - 12th Grade

25 Qs

AP CSP Final Review S1

AP CSP Final Review S1

10th - 12th Grade

21 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Instructions & Programs

Instructions & Programs

9th - 12th Grade

22 Qs

AP CSP Unit 3

AP CSP Unit 3

9th - 12th Grade

21 Qs

Arduino Review Quiz

Arduino Review Quiz

9th - 12th Grade

21 Qs

The First Programming Languages

The First Programming Languages

9th - 12th Grade

26 Qs

Unit 3 Computing 012

Unit 3 Computing 012

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Jason Keyt

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a characteristic of local variables?

They can be used anywhere in the program.

They are created outside of any function.

They disappear once the function finishes running.

They are values that do not change during the program's execution.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a potential drawback of using too many global variables?

They make programs easier to read.

They can make debugging harder.

They disappear after the function finishes.

They are only used within a function.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a primitive data type?

Array

Enum

Integer

Class

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are composite data types made up of?

Single characters

Multiple values grouped together

True/false values

Custom structures

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the sequence control structure determine?

The conditions for decision-making

The order in which commands are executed

The repetition of code blocks

The creation of new data types

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which control structure includes if-else statements?

Sequence

Iteration

Selection

Arithmetic

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an arithmetic operator?

&&

||

+

==

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?