ITEC 1100

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

1/54

Last updated 4:49 PM on 12/13/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

55 Terms

1
New cards

Computer

A device (usually but not always electronic) that is capable of executing programs/instructions

2
New cards

Bit

One binary digit that can have two possible values

3
New cards

Possible values of a bit

0 and 1

4
New cards

Byte

8 bits that can have 256 values

5
New cards

Possible values of a byte

0 to 255

6
New cards

255 in binary

1111 1111

7
New cards

255 in hex

FFFFFF

8
New cards

Text storage in computers

A series of binary codes for each character (one byte in ASCII and two bytes in UNICODE)

9
New cards

Main parts of a computer (Von Neumann)

CPU, input, output, memory, sometimes permanent storage

10
New cards

Main properties of digital media

Programmable/procedural, interactive/participatory, encyclopedic, multi-dimensional, distributed

11
New cards

Decimal value of 11 (binary)

3

12
New cards

Decimal value of 101

5

13
New cards

Decimal value of 1010

10

14
New cards

Decimal value for 1111

15

15
New cards

Resolution

Number of pixels in each dimension

16
New cards

Aspect ratio

Ratio of resolution dimensions

17
New cards

Color depth

Number of bits per color per pixel

18
New cards

Vector graphics

Defines the operation

19
New cards

Raster graphics

Specifies exact pixel values

20
New cards

Object coordinate system

Defines the location of a point relative to the top-left of the object it belongs to

21
New cards

World coordinate system

Defines the location of a point relative to the top-left of the world

22
New cards

How Image Blur Works

Averaging the RGB values of the points around each pixel

23
New cards

Sprite

Small, sometimes animated, shape that represents a character or an object

24
New cards

Keyframe

An important point in time when shape or movement changes

25
New cards

Keyframe usage in animation

Changes between them are linear and can be interpolated by the software

26
New cards

Quantitative data

Numeric data

27
New cards

Qualitative data

Descriptive data (e.g. text, speech, video)

28
New cards

Subjective data

Opinion of the person providing it

29
New cards

Objective data

Fact-based and measurable

30
New cards

HTML Element

Commands to format or style content and place objects on a webpage

31
New cards

Identification of an HTML element

Elements are wrapped in <>

32
New cards

HTML element attribute

Extra data provided for an element

33
New cards

Two HTML attribute examples

Src for <img> element and href for <a> element

34
New cards

<img src="x.jpg" width="100">

Display an image called x.jpg (in the same location as the html file) with a scaled width of 100

35
New cards

width="100" units

Pixels

36
New cards

width="100%" units

Percent of available space

37
New cards

True or False: HTML ignores line breaks in the file

True

38
New cards

Line break element

<br>

39
New cards

New paragraph element

<p></p>

40
New cards

Display a table as wide as the browser window, with 3 rows and 3 columns, with the multiplication table for 4-6

<table border="1" width="100%">
	<tr>
		<td>16</td>
		<td>20</td>
		<td>24</td>
	</tr>
	<tr>
		<td>20</td>
		<td>25</td>
		<td>30</td>
	</tr>
	<tr>
		<td>24</td>
		<td>30</td>
		<td>36</td>
	</tr>
</table>

41
New cards

HTML unordered list with 3 items

<ul>
	<li>Item 1</li>
	<li>Item 2</li>
	<li>Item 3</li>
</ul>

42
New cards
<p>HTML for this table</p>

HTML for this table

<table border="1" width="100%">
	<tr>
		<td><b>User</b></td>
		<td><b>Photo</b></td>
		<td><b>Information</b></td>
	</tr>
	<tr>
		<td>Ali</td>
		<td><img src="Ali.jpg"></td>
		<td>
			<ul>
				<li>Associate Professor</li>
				<li>School of Information Technology</li>
				<li>Carleton University</li>
				<li>Ottawa</li>
			</ul>
		</td>
	</tr>
	<tr>
		<td>Bella</td>
		<td><img src="Bella.jpg"></td>
		<td>
			<ul>
				<li>Teaching Assistant</li>
				<li>School of Information Technology</li>
				<li>Carleton University</li>
				<li>Ottawa</li>
			</ul>
		</td>
	</tr>
</table>

43
New cards

How to resize an <img>

Edit the width attribute

44
New cards

HTML button element

<button>Click Here</button>

45
New cards

HTML user input element

<input id="userData">

46
New cards
47
New cards
48
New cards
49
New cards
50
New cards
51
New cards
52
New cards
53
New cards
54
New cards
55
New cards

Explore top flashcards

flashcards
World History Chapter 24
40
Updated 1081d ago
0.0(0)
flashcards
Quiz/I-Clicker Questions
267
Updated 12d ago
0.0(0)
flashcards
Unit 2 Geo/Hist test
37
Updated 531d ago
0.0(0)
flashcards
enska kafli 1
60
Updated 1141d ago
0.0(0)
flashcards
SAT Master Word list #33
50
Updated 1123d ago
0.0(0)
flashcards
World History Chapter 24
40
Updated 1081d ago
0.0(0)
flashcards
Quiz/I-Clicker Questions
267
Updated 12d ago
0.0(0)
flashcards
Unit 2 Geo/Hist test
37
Updated 531d ago
0.0(0)
flashcards
enska kafli 1
60
Updated 1141d ago
0.0(0)
flashcards
SAT Master Word list #33
50
Updated 1123d ago
0.0(0)