Python Baseline Test (PCAP I)

Python Baseline Test (PCAP I)

9th Grade - Professional Development

60 Qs

quiz-placeholder

Similar activities

ITEDAT Midterm Exam

ITEDAT Midterm Exam

University

60 Qs

CS8392 - Object Oriented Programming - Unit 1

CS8392 - Object Oriented Programming - Unit 1

University

63 Qs

IGCSE Chap 3

IGCSE Chap 3

5th - 12th Grade

55 Qs

Boolean Algebra

Boolean Algebra

11th Grade

60 Qs

MATH ELECTIVES (Digital Design and Symbolic Computation)

MATH ELECTIVES (Digital Design and Symbolic Computation)

University

61 Qs

Microprocessor & Microcontroller Basics

Microprocessor & Microcontroller Basics

University

60 Qs

python concepts class 11

python concepts class 11

11th - 12th Grade

60 Qs

S3 Code Comments & Variables

S3 Code Comments & Variables

9th Grade

63 Qs

Python Baseline Test (PCAP I)

Python Baseline Test (PCAP I)

Assessment

Quiz

Computers, Instructional Technology

9th Grade - Professional Development

Medium

Created by

Ademola Damilola

Used 13+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

20 sec • 5 pts

What is true about compilation?

It tends to be faster than interpretation

(b) It tends to be slower than interpretation

The code is converted directly to machine code executable by the processor

(d) both you and the end user must have the compiler to run your code

2.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which of the following variable names are illegal?

(Select ALL that apply)

TRUE

True

and

true

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The ** operator ______

performs duplicated multiplication

performs floating point multiplication

performs exponentiation

does not exist

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is the output of the following snippet if the user enters two lines containing 3 and 6 respectively?

333333

18

666

36

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

Left-sided binding determines that the result of the expression above is equal to:

0.0

0.16666666666666

0

4.5

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is the output of the following snippet if the user enters two lines containing 2 and 4 respectively?

8.0

2.0

4.0

the code will cause a runtime error

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The \n digraph forces the print() function to ______

Output exactly two characters: \ and n    

duplicate the character next to the digraph

stop its execution

break the output line

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?