PSP Week3

PSP Week3

University

10 Qs

quiz-placeholder

Similar activities

Basic of Programming - Quiz 02

Basic of Programming - Quiz 02

University - Professional Development

15 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

11 Qs

UAS Praktikum: Logika dan Algoritma Pemrograman

UAS Praktikum: Logika dan Algoritma Pemrograman

1st Grade - University

10 Qs

Python Quiz - 1

Python Quiz - 1

University

10 Qs

UNIT-1 PYTHON BASICS

UNIT-1 PYTHON BASICS

University

10 Qs

String manipulation and Encapsulation

String manipulation and Encapsulation

University

15 Qs

Python Prelims Test

Python Prelims Test

University

15 Qs

OOP evaluation

OOP evaluation

University

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