Directories are organized in hierarchal structure such as a ____________
Give this one a try later!
tree.
For every HTTP request received by the server, the _______________ will be invoked to
handle the request.
Give this one a try later!
request handle
The file system exports two abstractions [A] and [B]
,Give this one a try later!
[A] files
[B] folders OR directories
RESTful web services use ____ methods to implement a ___ architecture.
Give this one a try later!
HTTP, REST
Modules can either be single [A] or containing one or more files.
Give this one a try later!
files
____________ is a protocol for fetching resources on the Web.
Give this one a try later!
HTTP
Entity integrity constraint within an entity table is applied by defining a [A].
Give this one a try later!
, Primary key
JSON [A] contain functions.
Give this one a try later!
cannot
In a REST compliant Web application communication between the server and client is
done using a well-defined messaging ___________.
Give this one a try later!
Formats
The design of REST systems is characterized by being _________ and by applying the
principle of separation of concerns.
Give this one a try later!
stateless
fs.writeFileSync is not suitable for writing ____________ to the file
Give this one a try later!
, continuously
Each parameter is represented by a unique
Give this one a try later!
key-value pair
EventEmitters, EventListeners
Give this one a try later!
The Event module defines two main artefacts: [A] and [B].
_______ refers to the current directory
Give this one a try later!
./
fs.writeFileSync [A] the file while fs.appendFileSync [B] the text to the file.
Give this one a try later!
Give this one a try later!
tree.
For every HTTP request received by the server, the _______________ will be invoked to
handle the request.
Give this one a try later!
request handle
The file system exports two abstractions [A] and [B]
,Give this one a try later!
[A] files
[B] folders OR directories
RESTful web services use ____ methods to implement a ___ architecture.
Give this one a try later!
HTTP, REST
Modules can either be single [A] or containing one or more files.
Give this one a try later!
files
____________ is a protocol for fetching resources on the Web.
Give this one a try later!
HTTP
Entity integrity constraint within an entity table is applied by defining a [A].
Give this one a try later!
, Primary key
JSON [A] contain functions.
Give this one a try later!
cannot
In a REST compliant Web application communication between the server and client is
done using a well-defined messaging ___________.
Give this one a try later!
Formats
The design of REST systems is characterized by being _________ and by applying the
principle of separation of concerns.
Give this one a try later!
stateless
fs.writeFileSync is not suitable for writing ____________ to the file
Give this one a try later!
, continuously
Each parameter is represented by a unique
Give this one a try later!
key-value pair
EventEmitters, EventListeners
Give this one a try later!
The Event module defines two main artefacts: [A] and [B].
_______ refers to the current directory
Give this one a try later!
./
fs.writeFileSync [A] the file while fs.appendFileSync [B] the text to the file.
Give this one a try later!