Programming Languages Pre Finals

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

1/18

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.

19 Terms

1
New cards

Integers

numbers devoid of the fractional part.

2
New cards

Floating Points

floats are numbers that contain or can contain he fractional part.

3
New cards

Type

The characteristic of the numeric value that determines its kind, range, and application is called the

4
New cards

Integer

is a string of digits that make up a number. It must not be interjected with any characters that are not digits.

5
New cards

Prohibited

This provision gives its readability, especially when the number consists of many digits. However, Python does not accept it as it is

6
New cards

underscore

What Python does allow, though, is the use of _____ in numeric lietrals.

7
New cards

Two additional conventions in Python

Octal and Hexadecimal

8
New cards

octal

It will treated as an ___ value if an integer number is preceded by an

9
New cards

hexadecimal

A number will be treated as a _____ value if it is preceded by the prefix 0x or 0X (zero-x).

10
New cards

Float

It is designed to represent and store numbers with a non-empty decimal fraction. These numbers have, or may have, a fractional part after the decimal point.

11
New cards

Exponents

Represents the letter E/e. Incorporated into a number string such as 3E8.Strings

12
New cards

Strings

These are used when processing texts and not numbers.

13
New cards

quotes

A string is incomplete without

14
New cards

escape character

First solution to have quotes in a string, which is played by the backslash (\).

15
New cards

apostrophe

Second solution to have quotes in a string, is to use

16
New cards

Boolean Value

Each time Python is asked if number is greater than another, it always results in the creation of some specific data, which is a

17
New cards

George Boole

The name Boolean comes from. The author of the fundamental work, Laws of Thought.

18
New cards

1815-1864

The year of George Booleā€™s lifetime.

19
New cards

binary reptile

This is what Python is considered as due to True and False have strict denotations. The results cannot be changed, and the symbols must be taken as they are, including case-sensitivity.