Topic 1 - Introduction to Programming

Topic 1 - Introduction to Programming

University

5 Qs

quiz-placeholder

Similar activities

TECHNOLOGY TRANSFER

TECHNOLOGY TRANSFER

University

10 Qs

lathe machine

lathe machine

University

10 Qs

Quiz 1. Power Apps

Quiz 1. Power Apps

University

10 Qs

Moviles 2 . Momento 1

Moviles 2 . Momento 1

11th Grade - University

7 Qs

STEPS IN CREATING A LESSON AND QUIZ

STEPS IN CREATING A LESSON AND QUIZ

University

2 Qs

TMM QUIZZIZ Bersama SMA N 7 Balikpapan

TMM QUIZZIZ Bersama SMA N 7 Balikpapan

University

10 Qs

Abstract Classes & Collections v2.0

Abstract Classes & Collections v2.0

University

10 Qs

HERRAMIENTAS DISEÑO DE ACTIVIDADES

HERRAMIENTAS DISEÑO DE ACTIVIDADES

University

10 Qs

Topic 1 - Introduction to Programming

Topic 1 - Introduction to Programming

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Nur Zakaria

Used 7+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Beautify the Algorithm" is one of the steps in program development process.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT data type?

Integer

Float

List

String

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = (a+b)(a-b) is example of

Logic error

Syntax error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

myList = ["Y", "N", "W", "A"]

print(myList[ : -3]) , will result in the following output

WNA

AWN

AW

WN

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The hockey player for Life University must have the following characteristics:

1. gender = "M"

2. success_rate > 8


Ali is a male and his success rate is 3.0. Is Ali eligible to be a hockey player at Life University?

Eligible

Not Eligible