PREP 2023 CS Primer Review 1

PREP 2023 CS Primer Review 1

Professional Development

12 Qs

quiz-placeholder

Similar activities

Day 3

Day 3

Professional Development

10 Qs

LAMBDA Functions

LAMBDA Functions

10th Grade - Professional Development

7 Qs

ABREDES - Devasc Python

ABREDES - Devasc Python

Professional Development

14 Qs

Python-quiz2

Python-quiz2

University - Professional Development

11 Qs

Scope of Variables in Python

Scope of Variables in Python

1st Grade - Professional Development

15 Qs

Python_01

Python_01

Professional Development

10 Qs

Week 1

Week 1

Professional Development

12 Qs

Foundations II. Challenge I

Foundations II. Challenge I

Professional Development

15 Qs

PREP 2023 CS Primer Review 1

PREP 2023 CS Primer Review 1

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Robert Nochez

Used 4+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is this an example of?

Python Interpreter

Symbol Table

Environment Diagram

Code Editor

2.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

_____ loops are used to iterate through a given object

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is special about tuples?

Are immutable

Can only store one data type

Indicated by {}

Can change their length

4.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

________ functions can change or alter any variables passed in or variables it has access to

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of control statements will always run even if a previous control statement has already?

if statements

elif statements

else statements

return statements

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What frame will always be created whenever we run a program?

Program frame

Frame 1

Global frame

Function frame

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I have the following list that was created with the built-in range function:
lst = [1, 2, 3, 4, 5]

Select which option I used for the range function.

range(5)

range(1, 6)

range(1, 5)

range(6)

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?