PSP Week3

PSP Week3

University

10 Qs

quiz-placeholder

Similar activities

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

kuis PAB1

kuis PAB1

University

10 Qs

Python Basics

Python Basics

University

10 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

Session 2

Session 2

University

10 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

X-Quiz #5

X-Quiz #5

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?