Learningfuze Bootcamp

This class was created by Brainscape user Viviane Vieira. Visit their profile to learn more about the creator.

Decks in this class (82)

Quiz answers
What html tag is used to link to ...,
What is an absolute url,
What is a relative url
3  cards
HTML Relative Links
How do you indicate the relative ...,
How do you indicate the relative ...,
How do you indicate the relative ...
4  cards
HTML Forms
What is the purpose of an html fo...,
Give five examples of form contro...,
Give three examples of type attri...
4  cards
HTML Tables
What are the six primary html ele...,
What purpose do the thead and tbo...,
Give two examples of data that wo...
3  cards
CSS Syntax
What are the names of the individ...,
In css how do you select elements...,
In css how do you select elements...
4  cards
CSS Colors
Name three different types of val...
1  cards
CSS Box model
What css properties make up the b...,
Which css property pushes boxes a...,
Which css property add space betw...
3  cards
CSS pseudo class
What is a pseudo class,
What are css pseudo classes usefu...
2  cards
CSS FONTS
Name at least two units of type s...,
What css property controls the fo...
2  cards
CSS Flexbox
What is the default flex directio...,
What is the default flex wrap of ...
2  cards
CSS Grid Classes
Why do two div elements verticall...,
What is the default flex directio...
2  cards
css-positioning
What is the default value for the...,
How does setting position relativ...,
How does setting position relativ...
7  cards
javascript-primitives-and-variables
What is the purpose of variables,
How do you declare a variable,
How do you initialize assign a va...
13  cards
javascript-operators-and-expressions
What data type is returned by an ...,
What is string concatenation,
What purpose s does the plus oper...
5  cards
javascript-objects
What are objects used for,
What are object properties,
Describe object literal notation
5  cards
javascript-arrays
What are arrays used for,
Describe array literal notation,
How are arrays different from pla...
6  cards
javascript-functions
When comparing them side by side ...,
What is the difference between a ...,
Why are function parameters useful
4  cards
javascript-methods
Why do we log things to the console,
What is a method,
How is a method different from an...
14  cards
css-cascade
What are the four components of t...,
What does the term source order m...,
How is it possible for the styles...
5  cards
dom-querying
Which document is being referred ...,
What is the word object referring...,
What is a dom tree
10  cards
DOM-events
Why do we log things to the console,
What is the purpose of events and...,
What do square brackets mean in f...
8  cards
DOM-manipulation
What is the classname property of...,
How do you update the css class a...,
What is the textcontent property ...
7  cards
css-transforms
What does the transform property do,
Give four examples of css transfo...
2  cards
css-transitions
The transition property is shorth...
1  cards
javascript-forms
What event is fired when a user p...,
What event is fired when a users ...,
What event is fired as a user cha...
10  cards
dom-creation
Does the documentcreateelement me...,
How do you add an element as a ch...,
What do you pass as the arguments...
7  cards
css-media-queries
Give two examples of media featur...,
Which html meta tag is used in mo...
2  cards
dom-event-delegation
What is the eventtarget,
Why is it possible to listen for ...,
What dom element property tells y...
6  cards
javascript-view-swapping
What is the eventtarget,
What is the affect of setting an ...,
What does the elementmatches meth...
7  cards
css-responsive-layout
What is a breakpoint in responsiv...,
What is the advantage of using a ...,
If you introduce css rules for a ...
3  cards
Javascript-and-json
What is json,
What are serialization and deseri...,
Why are serialization and deseria...
5  cards
javascript-local-storage
How to you store data in localsto...,
How to you retrieve data from loc...,
What data type can localstorage s...
4  cards
javascript-custom-methods
What is a method,
How can you tell the difference b...,
Describe method definition syntax...
10  cards
javascript-this
What is this in javascript,
What does it mean to say that thi...,
When is the value of this determi...
8  cards
javascript-prototypes
What kind of inheritance does the...,
How is it possible to call method...,
If an object does not have its ow...
3  cards
javascript-constructors
What does the new operator do,
What property of javascript funct...,
What does the instanceof operator do
3  cards
javascript-timers
Besides adding an event listener ...,
How can you set up a function to ...,
What is the default time delay if...
4  cards
http-messages
What is a client,
What is a server,
Which http method does a browser ...
8  cards
javascript-ajax
What is ajax,
What does the ajax acronym stand for,
Which object is built into the br...
5  cards
es6-const-let
1 what is a code block what are s...,
What does block scope mean,
What is the scope of a variable d...
6  cards
es6-destructuring
What is destructuring conceptually,
What is the syntax for object des...,
What is the syntax for array dest...
4  cards
command-line-basics
What is a cli,
What is a gui,
Give at least one use case for ea...
4  cards
node-process
What is a computer process,
Roughly how many computer process...,
Why should a full stack web devel...
3  cards
node-process-argv
0  cards
node-process-argv
How do you access the process obj...,
What is the data type of processa...
2  cards
node-module-system
What is a javascript module,
What values are passed into a nod...,
Give two examples of truly global...
3  cards
node-require
What is the purpose of moduleexpo...,
How do you import functionality i...
2  cards
the-event-loop-recap
What is the javascript event loop,
What is different between blockin...
2  cards
node-fs-readfile
What is a directory,
What is a relative file path,
What is an absolute file path
4  cards
node-intro
What is nodejs,
What can nodejs be used for,
What is a repl
5  cards
es6-arrow-functions
What is the syntax for defining a...,
When an arrow functions body is l...,
How is the value of this determin...
3  cards
es6-template-literals
1 what is the syntax for writing ...,
What is string interpolation
2  cards
node-fs-writefile
What method is available in the n...,
Are file operations using the fs ...
2  cards
http-messages-recap
Which http method does a browser ...,
What is on the first line of an h...,
What is on the first line of an h...
5  cards
npm-intro
What is npm,
What is a package,
How can you create a packagejson ...
5  cards
express-intro
How do you add express to your pa...,
What express application method s...
2  cards
express-hello-world
How do you mount a middleware wit...,
Which objects does an express app...
2  cards
express-get-json
What is the appropriate content t...
1  cards
express-delete
What is the significance of an ht...
1  cards
express-post-json
What does the expressjson middlew...
1  cards
postgres-intro
What is postgresql and what are s...,
What are some advantages of learn...,
What is one way to see if postgre...
3  cards
postgres-database
What is a database schema,
What is a table,
What is a row
3  cards
sql-select
What is sql and how is it differe...,
How do you retrieve specific colu...,
How do you filter rows based on s...
8  cards
sql-insert
0  cards
sql-update
How do you update rows in a datab...,
Why is it important to include a ...
2  cards
sql-delete
How do you delete rows from a dat...,
How do you accidentally delete al...
2  cards
sql-join
What is a foreign key,
How do you join two sql tables,
How do you temporarily rename col...
3  cards
sql-aggregates
What are some examples of aggrega...,
What is the purpose of a group by...
2  cards
es6-promises
What are the three states a promi...,
How do you handle the fulfillment...,
How do you handle the rejection o...
3  cards
array-filter
What is arrayprototypefilter usef...
1  cards
array-map
What is arrayprototypemap useful for
1  cards
array-reduce
What is arrayprototypereduce usef...
1  cards
es6-classes
What is syntactic sugar,
What is the typeof an es6 class,
Describe es6 class syntax
4  cards
webpack-intro
What is webpack,
How do you add a devdependency to...,
What is an npm script
4  cards
es-modules
How are es modules different from...,
What kind of modules can webpack ...
2  cards
react-elements
What is react,
What is a react element,
How do you mount a react element ...
3  cards
babel-intro
What is babel,
What is a plug in,
What is a webpack loader
4  cards
react-jsx
What is jsx,
Why must the react object be impo...,
How can you make webpack and babe...
3  cards
react-function-components
What is a react component,
How do you define a function comp...,
How do you mount a component to t...
3  cards
react-props-and-expressions/
What are props in react,
How do you pass props to a component,
How do you write javascript expre...
3  cards
react-class-components
How do you create class component...,
How do you access props in a clas...
2  cards
react-events-and-state
What is the purpose of state in r...,
How to you pass an event handler ...
2  cards

More about
Learningfuze Bootcamp

  • Class purpose General learning

Learn faster with Brainscape on your web, iPhone, or Android device. Study Viviane Vieira's Learningfuze Bootcamp flashcards now!

How studying works.

Brainscape's adaptive web mobile flashcards system will drill you on your weaknesses, using a pattern guaranteed to help you learn more in less time.

Add your own flashcards.

Either request "Edit" access from the author, or make a copy of the class to edit as your own. And you can always create a totally new class of your own too!

What's Brainscape anyway?

Brainscape is a digital flashcards platform where you can find, create, share, and study any subject on the planet.

We use an adaptive study algorithm that is proven to help you learn faster and remember longer....

Looking for something else?

LearningFuze
  • 11 decks
  • 335 flashcards
  • 1 learners
Decks: Html Quiz Questions, Css Quiz Questions, Javascript Quiz Questions, And more!
LearningFuze
  • 8 decks
  • 280 flashcards
  • 1 learners
Decks: Html, Css, Javascript, And more!
Devanāgarī Bootcamp
  • 20 decks
  • 212 flashcards
  • 22 learners
Decks: A Family, I Family, Family, And more!
Learning Fuze
  • 13 decks
  • 337 flashcards
  • 2 learners
Decks: Html, Css, Basic Javascript, And more!
Make Flashcards