2nd Periodical Exam: ICT 10 Flashcards

1
Q

Is used to make page interactive

A

JavaScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Standized version of JavaScript

A

ECMAScript or ES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Helps programmers match, search, and replace texts

A

Regular expressions, regex or regexp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The process of going through your code, finding any issues, and fixing them

A

Debugging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Prevent your program from running

A

Syntax error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Where your code has unexpected behavior, or logical errors where your code doesn’t do what you intended

A

Runtime errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A series of step-by step instructions that describe how to do something

A

Algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Objects and classes organize code to describe things and what they can do. Major approaches to the software development process

A

OOP or Object Oriented Programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Code is organized into smaller, basic functions that can be combined to build complex programs

A

Functional Programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You’ll learn how to style your site quickly with Bootstrap. You’ll also learn how add logic to your CSS styles and extend them with Sass

A

Front End Development Libraries Certification

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A front end framework used to design responsive web pages and applications

A

Bootstrap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Simplified the process of writing client-side JavaScript

A

jQuery

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

One of the most used widely JavaScript libraries in the world

A

jQuery

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Language extension of CSS

A

SASS or Syntatically Awesome StyleSheets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Popular JavaScript library for building reusable, componentdriven user interfaces for web pages or applications

A

React

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How to create different components, manage data in the form of state props, use different lifecycle methods like componentDidMount, and much more

A

React

17
Q

Predictable state container for JavaScript apps” that helps ensure your apps work predictably, and are easier to test

A

Redux

18
Q

Learn the fundamentals of stores, actions, reducers and middleware to manage data throughout your application

A

Redux

19
Q

You’ll build a React component and learn how to manage state locally at the component level, and throughout the entire application with Redux

A

Redux and React