PREP 2023 CS Primer Review 1

PREP 2023 CS Primer Review 1

Professional Development

12 Qs

quiz-placeholder

Similar activities

Basic Python Data Types

Basic Python Data Types

Professional Development

8 Qs

Python Training Day-5 Quiz-5

Python Training Day-5 Quiz-5

Professional Development

10 Qs

Python Class 1

Python Class 1

Professional Development

15 Qs

Sequences-2

Sequences-2

Professional Development

10 Qs

Python Final Quiz

Python Final Quiz

Professional Development

13 Qs

Sequences

Sequences

Professional Development

10 Qs

PYTHON EXCEPTION

PYTHON EXCEPTION

Professional Development

13 Qs

Python Libraries Series - Pandas

Python Libraries Series - Pandas

Professional Development

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