RVS_Tech_quizz_even2024-25

RVS_Tech_quizz_even2024-25

University

10 Qs

quiz-placeholder

Similar activities

Searching and Sorting

Searching and Sorting

University - Professional Development

15 Qs

Skill Development - Debugging Practice1

Skill Development - Debugging Practice1

10th Grade - Professional Development

10 Qs

Quiz on Java

Quiz on Java

University

12 Qs

Time and Space Complexity

Time and Space Complexity

University

13 Qs

Java Arrays

Java Arrays

University

10 Qs

Arrays C++

Arrays C++

University

12 Qs

Circular queue

Circular queue

University

13 Qs

Cuestionario de Fundamentos de Arrays

Cuestionario de Fundamentos de Arrays

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?