PSP Week3

PSP Week3

University

10 Qs

quiz-placeholder

Similar activities

Session 2

Session 2

University

10 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

Java Quiz 1

Java Quiz 1

University

10 Qs

[Python for all] Quiz 3 - Strings

[Python for all] Quiz 3 - Strings

University

10 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python String Slicing

Python String Slicing

University

8 Qs

SCRIPTING PROGRAMMING WITH PYTHON

SCRIPTING PROGRAMMING WITH PYTHON

University

15 Qs

Python Basics

Python Basics

University

10 Qs

PSP Week3

PSP Week3

Assessment

Quiz

Computers

University

Medium

Created by

过蒋 过蒋

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are the essential steps in the software engineering process? planet in the Solar System?
Writing code, debugging, testing
Understanding the problem, coming up with a solution, writing the program, and testing
Gathering requirements, coding, and documentation

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can source code be converted into machine code for execution?
It's directly executed by the machine.

compilation or interpretation

Trace table

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a valid variable name in Python?
123a
a123b
a_b

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can you read user input in Python?
input("Enter your name: ")
read("Enter your name: ")
get("Enter your name: ")

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can you display information to the user in Python?
show("Hello, world!")
output("Hello, world!")
print("Hello, world!")

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which programming construct is used to make decisions in Python?
Iteration
Selection
Looping

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the len function return for a string?
The number of spaces in the string
The length of the string
The number of characters in the string

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?