Python Baseline Test (PCAP I)

Python Baseline Test (PCAP I)

9th Grade - Professional Development

60 Qs

quiz-placeholder

Similar activities

Advanced programing w\ Python (Ep1)

Advanced programing w\ Python (Ep1)

University

61 Qs

Python Quiz

Python Quiz

10th Grade

56 Qs

CS8392 - Object Oriented Programming - Unit 1

CS8392 - Object Oriented Programming - Unit 1

University

63 Qs

python

python

Professional Development

60 Qs

Python Mix Quiz

Python Mix Quiz

11th Grade

64 Qs

Primitive Types in Java Programming -Unit 1- AP CSA

Primitive Types in Java Programming -Unit 1- AP CSA

9th - 12th Grade

64 Qs

KFIN_Tech_Screening_Test_Python_103_Jan'24

KFIN_Tech_Screening_Test_Python_103_Jan'24

Professional Development

60 Qs

Looping in Python

Looping in Python

9th - 12th Grade

55 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 12+ 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?