PSUC Lab CO1 Quiz

PSUC Lab CO1 Quiz

University

10 Qs

quiz-placeholder

Similar activities

Round 1

Round 1

University

10 Qs

C++ public single inheritance

C++ public single inheritance

University

12 Qs

Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

4th Grade - Professional Development

10 Qs

DSA quiz 3 set 1

DSA quiz 3 set 1

University

10 Qs

DEBUG THE CODE

DEBUG THE CODE

University

10 Qs

code trivia

code trivia

University

15 Qs

Python  DAY 4Quiz

Python DAY 4Quiz

University

15 Qs

104-P-01: Delegates and lambdas

104-P-01: Delegates and lambdas

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?