Computer Science with Python - Class XII

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts in Computer Science with Python, focusing on networking, SQL, and key terminologies.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

The first mobile systems were introduced in the __ period.

late 1940s in the US and early 1950s in Europe.

2
New cards

The technology that uses digital signals for voice transmission is known as __.

2G Mobile Systems.

3
New cards

GPRS stands for __.

General Packet Radio Service.

4
New cards

The __ protocol allows the transmission of email over the Internet.

Simple Mail Transfer Protocol (SMTP).

5
New cards

The protocol responsible for checking email messages is __.

Post Office Protocol (POP3).

6
New cards

A network is a collection of __ computers that communicate with one another.

independent.

7
New cards

The two major components of TCP/IP are and .

Transmission Control Protocol (TCP) and Internet Protocol (IP).

8
New cards

A device that enables data to be transmitted over a telephone line is called a __.

modem.

9
New cards

A __ is a network device that connects two different networks.

gateway.

10
New cards

The model used to connect computers in a local area network is called __.

Network Interface Unit (NIU).

11
New cards

__ is a transmissions medium that uses electromagnetic waves.

Wireless transmission media.

12
New cards

The __ type of network connects computers over a short distance, typically within a single building.

Local Area Network (LAN).

13
New cards

A __ network usually encompasses a city or a large campus, connecting multiple buildings.

Metropolitan Area Network (MAN).

14
New cards

The technique that establishes a dedicated physical connection between two nodes is __.

Circuit Switching.

15
New cards

In packet switching, data is transmitted in sizes called .

fixed; packets.

16
New cards

__ switching is used to efficiently transmit data across the network by separating data into packets.

Packet.

17
New cards

In a __ topology, all devices are connected to a single central hub.

Star.

18
New cards

The first generation mobile systems are primarily based on __ technology.

analog cellular.

19
New cards

HTTP stands for __.

HyperText Transfer Protocol.

20
New cards

The __ operator allows users to specify multiple values in a WHERE clause in SQL.

IN.

21
New cards

The principle used to establish a connection between different networks is __.

Router.

22
New cards

A __ is a network device that processes and filters packets along with forwarding them to their destination.

Switch.

23
New cards

In SQL, the command used to create a table is __.

CREATE TABLE.

24
New cards

A firewall is used for __ in a network.

preventing unauthorized access.

25
New cards

The __ states the relationship between host names and IP addresses.

DNS (Domain Name Service).

26
New cards

In Boolean algebra, the sum of A + 0 = __.

A.