Computer Language and Architecture

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to computer languages, binary systems, character encoding, logic gates, computer architecture, and terminology.

Last updated 2:22 AM on 4/17/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

What is the binary system in computing?

The communication that a computer uses, also known as a base-2 numeral system.

2
New cards

What is a Byte?

A group of 8 bits.

3
New cards

How many possible values can a byte represent?

256 possible values (2^8).

4
New cards

What does ASCII stand for?

American Standard Code for Information Interchange.

5
New cards

What is UTF-8?

A modern character encoding that allows storage of a character in more than 1 byte.

6
New cards

What does an AND gate output?

An 'on' signal only when both its inputs are 'on'; otherwise, it outputs 'off'.

7
New cards

What is the maximum decimal value a byte can represent?

255.

8
New cards

What is abstraction in computer architecture?

The simplification of a complex system for usability.

9
New cards

What are the four main layers of computer architecture?

  1. Hardware layer 2. Software layer 3. User 4. Operating System.
10
New cards

What is character encoding?

The process of assigning binary values to characters so humans can read them.

11
New cards

What is the purpose of logic gates in computing?

They allow transistors to perform complex tasks by controlling electrical signals based on logical conditions.

12
New cards

What does RGB stand for in computing?

Red, Green, Blue; a color representation model.

13
New cards

What was the function of punch cards?

To perform calculations automatically based on holes in the cards.

14
New cards

What is the digital divide?

The growing skills gap between people with and without digital literacy skills.

15
New cards

What is a Computer?

A device that stores and processes data by performing calculations.

16
New cards

What is cryptography?

The practice of coding and hiding messages from third parties.