ACM Jadavpur University Quiz | Club Fair

ACM Jadavpur University Quiz | Club Fair

University

7 Qs

quiz-placeholder

Similar activities

Week 1 & Week 2:  Pop-Quiz

Week 1 & Week 2: Pop-Quiz

University

10 Qs

Evolution and Paradigms of Programming Languages Quiz

Evolution and Paradigms of Programming Languages Quiz

University

10 Qs

Intro - Comp Thinking, Programming

Intro - Comp Thinking, Programming

University

12 Qs

PDS - 04225 Algorithms - Chapter 3

PDS - 04225 Algorithms - Chapter 3

University

10 Qs

KS3 Computational Thinking

KS3 Computational Thinking

KG - University

10 Qs

Algorithm, Pseudocode and Flowchart

Algorithm, Pseudocode and Flowchart

University

10 Qs

Azmanson

Azmanson

University

10 Qs

Java Collections

Java Collections

University

10 Qs

ACM Jadavpur University Quiz | Club Fair

ACM Jadavpur University Quiz | Club Fair

Assessment

Quiz

Computers

University

Hard

Created by

ACM Jadavpur University

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What was the significance of the von Neumann architecture in the evolution of computer design?

It eliminated the need for any form of memory in computing.

The architecture was primarily focused on enhancing graphics performance.

It introduced the concept of parallel processing in computers.

It established a foundational model for computer design that integrated memory for data and instructions.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is considered the 'mother of computer programming' for her work on the first algorithm intended for implementation on a computer?

Grace Hopper

Ada Lovelace

Margaret Hamilton

Alan Turing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which early computer scientist is credited with the concept of a 'universal machine' that laid the groundwork for modern computing theory?

Charles Babbage

Alan Turing

Ada Lovelace

John von Neumann

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is a key feature of functional programming?

Line by line execution

Procedural

Immutability

Stateless

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a monad?

A design pattern that allows functions to be chained together, handling side effects in a purely functional way.

A data structure that ensures only one thread can access a variable or critical section at a time, preventing race conditions.

A type of higher-order function that takes two arguments and returns a function as a result.

A function that applies transformations to each element of a list.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of an operating system?

To manage hardware and software resources

To compile programming languages

To provide a user interface for applications

To connect to the internet

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data structure uses a Last In First Out (LIFO) method for accessing elements?

Queue

Stack

Array

Linked List