Python Programming

Python Programming

University

28 Qs

quiz-placeholder

Similar activities

Lecture-3

Lecture-3

University

23 Qs

Introduction to Java

Introduction to Java

University

25 Qs

Pspd Formative

Pspd Formative

University

30 Qs

Algorithms

Algorithms

University

25 Qs

Technical quiz

Technical quiz

University

25 Qs

Seatwork 2

Seatwork 2

University

25 Qs

Beginning C Programming

Beginning C Programming

University

23 Qs

Quiz Informatike

Quiz Informatike

6th Grade - University

25 Qs

Python Programming

Python Programming

Assessment

Quiz

Computers

University

Medium

Created by

Dafina Shehi

Used 6+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between a flowchart and task analysis?

  1. A flowchart is a diagrammatic description of an algorithm, whilst task analysis is a textual description of an algorithm written in Python.

A flowchart is textual, but task analysis is diagrammatic

  1. A flowchart is diagrammatic whilst task analysis is a written in a programming language

  1. A flowchart and task analysis are the same thing.

 

2.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

a = 4

b = 2

c = 1

d = 3

if not a < b and not c < d:

print 'Hi'

else:

print('Bye')

Hi

Bye

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will be the result of executing the following expression in computer?  x = 1 + 2 * 5 - 4/ 2     

9

9.5

3

3.5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three algorithm constructs? 

  1. Input, output, process.

  1. Sequence, selection, repetition.

  1. Input/output, decision, terminator.

Loop, input/output, process.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a flowchart, an input or output instruction is represented by:

  1. A rectangle

  1. A rhombus

  1. A parallelogram

  1. A circle

6.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

The binary value 100011 can be represented in decimal as:   

35

34

32

64

7.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

The decimal value 48 can be represented in binary as:

  1. 110110

  1. 111010

  1. 101111

110000

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?