0% found this document useful (0 votes)
20 views5 pages

HTML and Testing Concepts Overview

The document contains a series of questions and answers related to web development, programming concepts, and software testing practices. Key topics include HTML usage, testing definitions, object-oriented programming, and best practices in coding. It also covers specific programming commands and principles relevant to various programming languages and methodologies.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views5 pages

HTML and Testing Concepts Overview

The document contains a series of questions and answers related to web development, programming concepts, and software testing practices. Key topics include HTML usage, testing definitions, object-oriented programming, and best practices in coding. It also covers specific programming commands and principles relevant to various programming languages and methodologies.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1. To examine the HTML of any page with our browser, what is the tool?

What do we use?
R/ The Inspect Element (Inspect) or View Page Source

2. What is HTML used for?


To semantically structure the content of a website

3. What is [Link]( ) used for?


R/ It works to display information within the web console

4. What do we use the prompt function for?


R/- To concatenate text strings with variables
REVIEW CLASS

5. The good practices of testing say that when it is difficult to write an automated test
from some module of the system, then it will be difficult to use that module in other parts later
of the system. What is the favorable relationship between attributes that they detected?
R/ Testing capacity and reusability

6. Definition of tests:
R/It is the process of evaluating a product, learning through exploration and
experimentation, which includes: questioning, studying, modeling, observing and inferring, checking
data outputs, etc

7. Select which defects can be detected during the design phase:


Inappropriate language, non-functional code, and poorly thought-out business logic

What is a variable?
R/ An instruction structure that returns a value

9. It is required to create a bash program that allows backing up information and that
transfers them packaged over the network to another computer where the IP is known and
the place to which the backup should be transferred. What is the most optimal way to pass the
information?
R/ Package the information, use an FTP account and decompress the information

10. The object-oriented paradigm addresses the need to model a problem in


_________ and embody it in ________.
R/- Objects, nested ifs
REVIEW CLASS

11. Modularity allows us to have independence in the code and avoid collapses.
software.
R/ True

12.
In a car sales system, which of these options best describes the objects?
involved?

Cliente, Precio, idCliente

REVIEW CLASS
13.
The attributes of an object must be:

numerical

REVIEW CLASS
14.
Which of the following objects can be created with the statement 'create'?

Constraint
REVIEW CLASS
15.
What is the main query statement?
PROJECT
REVIEW CLASS
16.
To transmit secure changes between your local repository and GitHub, what is recommended?

Use an SSH key.

17.
What does the Open Closed Principle teach us?
No two classes should have the same name.
REVIEW CLASS
18.
What advantages does automated TestNG have over manual TestNG?
It is less expensive
REVIEW CLASS
19.
What is progressive enhancement?
It is a design methodology that allows us to create accessible applications.
REVIEW CLASS
20.
What are the sheets that are within the Config file?
Name, Value, Descripton, Assets
REVIEW CLASS
21.
What is the continue statement used for?

To skip the current iteration of a loop and move on to the next one.
22.
What common functions can we find in the math.h library?

Functions for handling character strings such as strcat and strcmp.


23.
What does AHT measure?
Average duration of a transaction.
24.
What is the automation quadrant that positions the best candidates for your
automation?
Long-term improvements
REVIEW CLASS
25.
Is an acronym the same as an abbreviation?
No
26.
Who created the first browser?
Bill Gates
REVIEW CLASS
27.
What action initiates the integrated modern flow?
With the assignment of a ticket.
28.
What is the binary system?
Numbering system represented by zeros and ones.

29.
To work with JavaScript outside the browser, it is necessary to download:

[Link]
30.
What is level 77 used for in a COBOL program?
To define a variable that references the content of the file.

Quality of Service is
How ISPs reshape traffic to degrade certain connections
2.
In the requirements gathering, we work to understand and define:
The technology to be used
3.
Which of the following scenarios corresponds to an integration test?

Update of personal data

4.
Not documenting properly, not providing evidence for defects, carrying out poor
Coding practices are examples of:

Not knowing how to read

5.
When the information entered by the user is captured and size validation is used
field can delete the information:

True

6.
The case statement can evaluate a range of characters.

True

7.
What is the correct format to declare a while loop? Considering that everything is in a
line and that the words <condition> and <sentences> will be replaced by a condition
logic and statements respectively.

while [ <condition> ] do <sentences> done

8.
What is the purpose of the break statement within a loop?

Go to the end of the iteration

9.
What command is used to create a directory called prueba?

create directory test

10.
What is the reserved word for defining a class in Python?

class

11.
Which of the following objects can be created with the "create" statement?

Constraint
REVIEW CLASS
12.
What is the basic structure of a query?
PROJECT FROM
REVIEW CLASS
13.
Can I with amend?

Correct the messages of a commit that I made wrong without leaving it in the repository's history.

14.
What is a brief used for?
To define the technology that we are going to use to develop the project.
REVIEW CLASS
15.
Which of the following is a data type that allows us to store numbers with a decimal point?
floating?
float
16.
At what stage of REF do we perform the preliminary configuration for our process (open pages
web, open programs, etc)?
Initialization
17.
A good practice when we use an unknown term in our technical document
es:
Define its meaning from the beginning.
18.
In binary, how would the string 'hello' be represented?

hola

19.
How do we represent the color red in RGB?
(255,0,0)
20.
What is the modern software development workflow?
All the answers are correct.

21.
Which of the following statements is true regarding a higher frequency of
collaboration

Helps improve code quality.


22.
According to the Stack Overflow survey of 2020, the 3 most used tools by the
developers are:
GitHub, Slack, and Jira.
23.
What is the sign with which a variable is defined in PHP?
$
24.
What is the use of an IP address?

Identify a device on a network


25.
In which layer are the data represented and encrypted?

Cover page
26.
What operator helps us to concatenate the output of a command to a text file?
>
REVIEW CLASS
27.
It is a bad security practice to assign the following permissions configuration in mode
octal to any file or directory.
777
28.
To search for all the png images on our computer, we can run:

find ~ -name *.png


REVIEW CLASS
29.
What does the CREATE or CRE instruction do?
Create an input/output file.
REVIEW CLASS
30.
What is the use of the IEBGENER utility?
Delete an existing file.

You might also like