Python Programming

Python Programming

University

28 Qs

quiz-placeholder

Similar activities

HCI-Chapter 8

HCI-Chapter 8

University

30 Qs

WWW Quiz at Web3SSH by Dr. Rajendra Prasanth

WWW Quiz at Web3SSH by Dr. Rajendra Prasanth

University

26 Qs

Flowchart Basics Quiz

Flowchart Basics Quiz

University

25 Qs

IT621 Quiz 1

IT621 Quiz 1

University

25 Qs

Java Certification

Java Certification

University

25 Qs

Programming Concepts IT Fundamentals

Programming Concepts IT Fundamentals

9th Grade - University

26 Qs

Generation of programming languages and language processors

Generation of programming languages and language processors

University

30 Qs

Programming Languages Quiz

Programming Languages Quiz

University

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