RVS_Tech_quizz_even2024-25

RVS_Tech_quizz_even2024-25

University

10 Qs

quiz-placeholder

Similar activities

Algorithms - Time Complexity

Algorithms - Time Complexity

University

10 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

Time and Space Complexity

Time and Space Complexity

University

15 Qs

BCSC0006 - Quiz 2 - Big-Oh Notation

BCSC0006 - Quiz 2 - Big-Oh Notation

University

10 Qs

Data Structures and Algorithms - Quiz 1

Data Structures and Algorithms - Quiz 1

University

13 Qs

Analysis of Algorithms

Analysis of Algorithms

University

10 Qs

Fundamentals of Algorithms - Unit 1 - Test 1

Fundamentals of Algorithms - Unit 1 - Test 1

University

15 Qs

DAA Quiz 1

DAA Quiz 1

University

10 Qs

RVS_Tech_quizz_even2024-25

RVS_Tech_quizz_even2024-25

Assessment

Quiz

Computers

University

Hard

Created by

RVS CSE

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of Programming does Python support?

functional programming

Object-oriented programming

structured programming

all of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a='1'

b='2'

print(a+b)

What is the output for the above code?

1+2

'12'

12

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary objective of software engineering?

Writing programs

Managing software projects

Producing high-quality software within time and budget

Developing hardware

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component is responsible for displaying images on the screen?

Graphics Card

CPU

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of primary memory?

Hard Disk

ROM

DVD

Flash Drive

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to declare an array of integers in Java?

int arr[5] = new int[];

array int[] arr = new int[5];

int arr = new array(5);

int[] arr = new int[5];

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Guess the name of the logo?

XAMPP

MySQL

PhP

LocalHost

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?