PSUC Lab CO1 Quiz

PSUC Lab CO1 Quiz

University

10 Qs

quiz-placeholder

Similar activities

FCP Series 4

FCP Series 4

University

10 Qs

C++ - Functions

C++ - Functions

University

14 Qs

Тест з програмування на Python

Тест з програмування на Python

12th Grade - University

15 Qs

Quiz on Functions#1

Quiz on Functions#1

University

15 Qs

На сколько ты знаешь C#

На сколько ты знаешь C#

University

10 Qs

Java Basics

Java Basics

University

10 Qs

Bcom remedial question _ 15

Bcom remedial question _ 15

University

15 Qs

Programming Concepts Quiz

Programming Concepts Quiz

9th Grade - University

10 Qs

PSUC Lab CO1 Quiz

PSUC Lab CO1 Quiz

Assessment

Quiz

Computers

University

Medium

Created by

A M Abirami

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Interpreter compiles the source code first and then executes

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Flowchart can be continued in next page by using the connector (circle symbol)

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a flowchart, ___________ is used for representing Process

Square

Rectangle

Parallelogram

Eclipse

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the scripting languages from the list given

C++

Fortran

Pascal

Perl

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the Application Software from the list given

Solitare, Gaming Software

Assembler

Operating System

Java Compiler

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill in the blanks

x = 'hi'

print(type(x))

# It prints <class '_______' >

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perform Dry Run for the given code

x = (1, 2, 3)

print(x[3])

prints 3

Error. Gives IndexError

Error. Use of [ ] in print statement is wrong. Instead, it has to use ( )

Error. Indexing operation is not possible for tuple datatype

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?