W2L1A - Reference manual-Computer Architecture & Algorithms

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

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Hardware

is comprised of physical, tangible parts.

2
New cards

Software


is comprised of programs and operating systems.

3
New cards

Hardware

Example: CPU, monitor, motherboard

4
New cards

Software

Example: Windows, Linux, Microsoft Office, Zoom

5
New cards

Programs

are composed of collections of instructions and procedures that perform specific tasks on a computer.

6
New cards

Computers

________ follow instructions.

7
New cards

algorithm

A list of steps to solve a problem or perform a computation.

8
New cards

algorithm

written in a language that the computer understands is a software program

9
New cards

Windows Command line also known as cmd.exe or CMD,

is the command-line interpreter for the Windows operating system. It is a text-based interface that allows users to interact with the computer by typing text-based commands.

10
New cards

WMIC (Windows Management Instrumentation

Command-line)

is a terminal utility on Microsoft Windows operating systems that allows users to access system resources and settings. You can use it to query system settings, set system properties, and perform system actions via the Windows Management Instrumentation (WMI) framework.

11
New cards

C:\Users\student>wmic cpu get caption, deviceid, Manufacturer, name, numberofcores, status

Run the following command to extract relevant information about your device’s CPUs:

12
New cards

wmic os get caption, version, osarchitecture, buildnumber, servicepackmajorversion

Run the following command line to get relevant information about your Operating system :

13
New cards

Binary

1 or 0

14
New cards

1 or 0

This is called a bit

15
New cards

RAM

Program is stored in _________

16
New cards

CPU

Orchestrates program execution & Performs fetch-decode-execute cycles 12

17
New cards

Algorithm

“a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer”

18
New cards

Plain English

Pseudo-code

Flowchart

The algorithm can be described in a variety of ways:

19
New cards

Pseudocode

is an artificial and informal language that helps programmers develop algorithms.

20
New cards

Pseudocode

is a "text-based" detail (algorithmic) design tool.

21
New cards

Pseudocode

The rules of _______ are reasonably straightforward. All statements showing "dependency" are to be indented. These include while, do, for, if, switch.

22
New cards

flowchart

is a picture of the separate steps of a process in

sequential order.

23
New cards

A flowchart

It is a generic tool that can be adapted for a wide variety of purposes, and can be used to describe various processes, such as a manufacturing process, an administrative or service process, or a project plan.

24
New cards

Program code

Implementation of an algorithm in a programming language.

25
New cards

A programming language

is a formal language comprising a set of strings that produce various kinds of machine code output.

26
New cards

Low Level Languages

Machine Code and Assembly are ________