Advanced Technology Flashcards

Much more technical terms of Computers and computer science

1
Q

What is the time complexity of binary search?

A

O(logn)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The Turing Test was designed to measure what in computers?

A

Artificial intelligence (AI) capability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does TCP stand for in networking?

A

Transmission Control Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the main function of a compiler?

A

To convert source code into machine code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What type of database model uses tables to store data?

A

Relational database model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The first general-purpose programmable computer was called what?

A

ENIAC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does GPU stand for?

A

Graphics Processing Unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which programming paradigm focuses on objects and their interactions?

A

Object-oriented programming (OOP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does ‘Big-O Notation’ describe in computer science?

A

Algorithm efficiency and time complexity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the maximum number of different values a single byte can represent?

A

256 (0 to 255)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The Secure Hash Algorithm (SHA) is primarily used in what area?

A

Cryptography

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the difference between HTTP and HTTPS?

A

HTTPS is encrypted using SSL/TLS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The von Neumann architecture consists of what main components?

A

CPU, Memory, and Input/Output systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What kind of memory is volatile and loses data when power is lost?

A

RAM (Random Access Memory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What was the first high-level programming language?

A

FORTRAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What Linux command is used to list files in a directory?

17
Q

Which company developed the first microprocessor, the Intel 4004?

18
Q

The Huffman coding algorithm is used for what purpose?

A

Data compression

19
Q

What does DNS stand for in internet technology?

A

Domain Name System

20
Q

What does the term ‘sandboxing’ mean in cybersecurity?

A

Isolating programs to prevent malicious actions

21
Q

The Turing machine was a theoretical model for what?

A

Computation and algorithmic logic

22
Q

What is the main function of the ALU (Arithmetic Logic Unit) in a CPU?

A

Perform arithmetic and logical operations

23
Q

What is an API?

A

Application Programming Interface

24
Q

What is the name of the first operating system written in C?