Computer Science and Computer Applications Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/71

flashcard set

Earn XP

Description and Tags

Flashcards based on lecture notes about computer science and applications.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

72 Terms

1
New cards

Virus

A piece of code that can copy itself and have a detrimental effect, such as corrupting a system or destroying data.

2
New cards

Antivirus

A program designed to detect and remove viruses and other malicious software.

3
New cards

Malicious software (Malware)

Code that can harm computers and laptops, and the data on them.

4
New cards

Network

A group of interconnected computers, servers, or devices that share resources and data.

5
New cards

LAN (Local Area Network)

Small area (e.g., home, office, school)

6
New cards

Purpose of LAN

Connects devices within a small physical location.

7
New cards

WAN (Wide Area Network)

Large geographical area (cities, countries, continents)

8
New cards

Purpose of WAN

Connects multiple LANs through routers and public networks like the internet.

9
New cards

VPN (Virtual Private Network)

Creates a secure, encrypted connection over a public network.

10
New cards

SAN (Storage Area Network)

Dedicated network for data storage resources.

11
New cards

TCP/IP

Transmission Control Protocol/Internet Protocol; a set of rules used to send and receive data over the internet or a network.

12
New cards

IP Address (Internet Protocol Address)

A unique number assigned to each device on a network.

13
New cards

Router

A device that connects multiple networks and directs data between them.

14
New cards

Main Job of a Router

Decides the best path for data to travel across networks.

15
New cards

How a Router Connects

It connects your home or office network to your ISP (Internet Service Provider).

16
New cards

DHCP (via Router)

Dynamic Host Configuration Protocol; gives a unique local IP address to each device on the network.

17
New cards

NAT (Network Address Translation)

It lets multiple devices share a single public IP address.

18
New cards

Switch

A network device that connects multiple devices within a LAN and allows them to communicate efficiently.

19
New cards

Access switch

Connect the end devices (computers - printers)

20
New cards

Edge Switch

Connect 2 LAN networks together

21
New cards

Distributor switch

A high-capacity network switch used in larger networks.

22
New cards

Core switch

The central backbone of a large network.

23
New cards

Web Server

Hosts websites.

24
New cards

File Server

Stores and shares files on a network.

25
New cards

Database Server

Manages databases.

26
New cards

Email Server

Sends and receives emails.

27
New cards

Application Server

Runs business apps over a network.

28
New cards

DNS Server

Translates domain names to IP addresses.

29
New cards

FTP Server

Handles file transfers.

30
New cards

PowerPoint

A presentation-based program that uses graphics, videos, etc., to make a presentation more interactive and interesting.

31
New cards

Transition in powerpoint

Determine the animation of appearing of the slide between slides

32
New cards

Animation in powerpoint

Determine the animation of elements in the slide

33
New cards

Database

An organized collection of structured information/data stored electronically.

34
New cards

Relational databases

The name comes from the way that data is stored in multiple, related tables.

35
New cards

NoSQL databases

A broad category that includes any database that doesn’t use SQL as its primary data access language.

36
New cards

Cloud databases

Any database that’s designed to run in the cloud.

37
New cards

Hierarchical databases

Use a parent-child model to store data.

38
New cards

Document databases

Use documents to model data instead of rows and columns

39
New cards

Microsoft Access

Software to create and manage a relational database

40
New cards

Primary key

A field or set of fields with values that are unique throughout a table

41
New cards

Relationships types in tables

Relationships types : One to one , One to many , Many to many

42
New cards

Query

A syntax to retrieve all data or certain data from one or more tables according to conditions.

43
New cards

Crosstab Query

A special type of query that summarizes data in a compact, matrix-style format.

44
New cards

Find duplicates

Is used to identify records in a table that have duplicate values in one or more specified fields.

45
New cards

Find unmatched

Is used to find records in one table that don’t have corresponding records in another table.

46
New cards

Report

Retrieving data from table or query in designed printout.

47
New cards

Tables relationships

Define how data in one table connects to data in another.

48
New cards

Function Library of Excel

Per code syntax to do a certain task

49
New cards

Programming language

A formal system used by humans to communicate with computers.

50
New cards

Compiler

A program that translates high-level programming code into machine code all at once.

51
New cards

Interpreter

A program that translates high-level programming code line-by-line

52
New cards

Functions

A block of code that performs a specific task.

53
New cards

SUM Excel Function

Adds a range of numbers.

54
New cards

AVERAGE Excel Function

Returns the average of a set of numbers.

55
New cards

MIN Excel Function

Returns the smallest value in a set of numbers.

56
New cards

MAX Excel Function

Returns the largest value in a set of numbers.

57
New cards

ROUND Excel Function

Rounds a number to a specified number of digits.

58
New cards

IF Excel Function

Performs a logical test and returns one value if true and another if false.

59
New cards

AND Excel Function

Returns TRUE if all conditions are true.

60
New cards

OR Excel Function

Returns TRUE if at least one condition is true.

61
New cards

COUNT Excel Function

Counts the number of numeric entries in a range.

62
New cards

COUNTA Excel Function

Counts the number of non-empty cells in a range.

63
New cards

COUNTIF Excel Function

Counts the number of cells that meet a specific condition.

64
New cards

SUMIF Excel Function

Adds the numbers in a range that meet a specific condition.

65
New cards

Application

type of computer program that performs a specific personal, educational, and business function

66
New cards

IOT Internet of things

a network of physical objects or devices that are embedded with sensors, software, and other technologies for the purpose of connecting and exchanging data with other devices and systems over the internet.

67
New cards

Information Technology

A broad term that involves the use of technology to communicate, transfer data and process information.

68
New cards

Embedded systems

A combination of computer hardware and software designed for a specific function.

69
New cards

Artificial inelegant

field of science concerned with building computers and machines that can reason, learn, and act in such a way that would normally require human intelligence or that involves data whose scale exceeds what humans can analyze.

70
New cards

Big Data

refers to data that is so large, fast or complex that it's difficult or impossible to process using traditional methods.

71
New cards

operating systems

an operating system is like a bridge between your computer's hardware and the programs you use

72
New cards

the main job for routers

Routes Data Packets

It decides the best path for data to travel across networks. Think of it like GPS for your internet data.

Connects Devices to the Internet

It connects your home or office network to your ISP (Internet Service Provider).

Assigns IP Addresses (via DHCP) Dynamic Host Configuration Protocol.

It gives a unique local IP address to each device on your network (like phones, laptops, etc.).

Firewall/Security

Many routers have built-in firewalls that block suspicious traffic and help protect your devices.

NAT (Network Address Translation)

It lets multiple devices share a single public IP address — essential for home networks.