High and Low Level Languages

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

1/7

flashcard set

Earn XP

Description and Tags

Last updated 3:53 PM on 5/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards

What is an imperative high-level language?

A language that consists of commands for the computer to preform

2
New cards

What is a declarative high-level language?

A language that focuses on what the program should do, instead of listing the instructions.

3
New cards

What is an example of a declarative high-level language?

SQL

4
New cards

What does portable mean in terms of high-level languages?

They can be recompiled for different processors

5
New cards

What is the source code and object code for assemblers?

  • Source code → the assembly code inputted

  • Object code → the machine code outputted

6
New cards

When is code generally written in assembly?

When the code needs to execute quickly

7
New cards

When compiling, what does the compiler do once the intermediate code is generated?

Optimises the code

8
New cards

What is intermediate code?

Portable low - level code that is between source and machine code