0% found this document useful (0 votes)
18 views3 pages

Software Reading Exam.

Uploaded by

Claudia Camacho
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

Software Reading Exam.

Uploaded by

Claudia Camacho
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Universidad Autónoma de Chiapas

Facultad de Lenguas, Campus Tuxtla


Departamento de Lenguas
Sección de Inglés

Retrieved from: https://www.hackreactor.com. Hack Reactor, October 18, 2018


Addapted by: Camacho, Claudia. Junio 2020
Student`s name: _________________________________ Date: _____________

A. Read the text.

JavaScript

JavaScript is a text-based programming language used both


on the client-side and server-side that allows you to make
web pages interactive. Where HTML and CSS are languages
that give structure and style to web pages, JavaScript gives
web pages interactive elements that engage a user.
Common examples of JavaScript that you might use every
day include the search box on Amazon, a news recap video
embedded on The New York Times, or refreshing your
Twitter feed.
Incorporating JavaScript improves the user experience of the web page by converting it from a
static page into an interactive one. To recap, JavaScript adds behavior to web pages.

JavaScript is mainly used for web-based applications and web browsers. But JavaScript is also used
beyond the Web in software, servers and embedded hardware controls. Here are some basic
things JavaScript is used for:

1. Adding interactive behavior to web pages

JavaScript allows users to interact with web pages. There are almost no limits to the things you can
do with JavaScript on a web page – these are just a few examples:

 Show or hide more information with the click of a button


 Change the color of a button when the mouse hovers over it
 Zooming in or zooming out on an image
 Playing audio and video in a web page
 Displaying animations
2. Creating web and mobile apps
3. Building web servers and developing server applications
4. Game development: Of course, you can also use JavaScript to create browser games. These
are a great way for beginning developers to practice their JavaScript skills.

Aside from the unlimited possibilities, there are many reasons for web developers to use
JavaScript over other programming languages: JavaScript is the only programming language native
to the web browser, is the most popular language, there’s a low threshold to get started and it’s a
fun language to learn.
Universidad Autónoma de Chiapas
Facultad de Lenguas, Campus Tuxtla
Departamento de Lenguas
Sección de Inglés

B. Read the text again and answer the questions.

1. What is something Java makes different from HTML and CSS?


________________________________________________________________

2. What is JavaScript principally used for?


________________________________________________________________

3. What are other usages of JavaScript?


________________________________________________________________

4. Why do web developers prefer to use JavaScript?


________________________________________________________________

5. Common things you maybe do with JavaScript every day?


________________________________________________________________

C. According to the text, read the following information and write TRUE or FALSE.
6. JavaScript is just used for web-based applications and web browsers. _____
7. There are many things you can do using java on a web page. _____
8. HTML and CSS are languages that give both structure and style to web pages. _____
9. One of the things java can do is to search other things on a web page. _____
10. JavaScript is the only language you can use in programming. _____
Universidad Autónoma de Chiapas
Facultad de Lenguas, Campus Tuxtla
Departamento de Lenguas
Sección de Inglés

ANSWER KEY

B. Read the text again and answer the questions.


1. What is something Java makes different from HTML and CSS?
A. JavaScript gives web pages interactive elements that engage a user.
2. What is JavaScript principally used for?
A. JavaScript is mainly used for web-based applications and web browsers.
3. What are other usages of JavaScript?
A. Adding interactive behavior to web pages, Creating web and mobile apps, building web
servers and developing server applications, and game development.

4. Why do web developers prefer to use JavaScript?

Because JavaScript is the only programming language native to the web browser, is the
most popular language, there’s a low threshold to get started and it’s a fun language to
learn.

5. Common things you maybe do with JavaScript every day?


A. The search box on Amazon, a news recap video embedded on The New York Times, or
refreshing your Twitter feed.

C. According to the text, read the following information and write TRUE or FALSE.
6. JavaScript is just used for web-based applications and web browsers. FALSE
7. There are many things you can do using java on a web page. TRUE
8. HTML and CSS are languages that give both structure and style to web pages. TRUE
9. One of the things java can do is to search other things on a web page. TRUE
10. JavaScript is the only language you can use in programming. FALSE

You might also like