Answer:
1860
Explanation:
Kenneth wants to create a custom object for a specific programming task. He has defined the custom object by creating it as an object literal. Kenneth should store the properties of the object within a comma-separated list of _____ pairs enclosed within a set of curly braces.
Answer:
name:value
Explanation:
Q:
Kenneth wants to create a custom object for a specific programming task. He has defined the custom object by creating it as an object literal. Kenneth should store the properties of the object within a comma-separated list of _____ pairs enclosed within a set of curly braces.
A:
name:value
quizlet
You are hired as a security advisor to the software development team at ABC corporation. The team aims to develop a new electronic commerce platform. Use a table to identify the possible abuse cases and security requirements and necessary at the requirements phase of the development of the proposed software
Answer:
✓ The best and most correct answer among the choices provided by the question is the second choice. Recent advancements in productivity software technology
Explanation:
Productivity software has been used for a number of years. Recent advancements in productivity software technology have made _____ among multiple users all over th…
✓ The best and most correct answer among the choices provided by the question is the second choice. Recent advancements in productivity software techn…
See more
write a recurseive string-returned function replace that accepts a string and returns a new string consisting of the original string with each blank replace with an asterisk
Answer:
Write a recursive, string -valued method, replace, that accepts a string and returns a new string consisting of the original string with each blank replaced with an asterisk (*)
Explanation:
Replacing the blanks in a string involves: Nothing if the string is empty Otherwise: If the first character is not a blank, simply concatenate it with the result of replacing the rest of the string If the first character IS a blank, concatenate an * with the result of replacing the rest of the string
Consider the following IP addresses: 124.77.8.5 131.11.0.9 190.66.250.10 196.5.89.44 Which list represents the IP address class of each listed IP address
Answer:
124.77.8.5: class A 131.11.0.9: class B 190.66.250.10: Class B 196.5.89.44: Class C
You suspect that a bad video driver is causing a user's system to randomly crash and reboot. Where would you go to identify and confirm your suspicions
The area of the system that you need to go to identify and confirm your suspicions is Dump files.
What is a dump file?Memory Dump Files is known as .dmp files. They are called the the quick shots of a specific memory of a program that is often taken at a particular point in time, such as in a crash.
Note that Dump files are also called special type of files that saves information regarding your computer such as the video crash. So the right place to check is the dump files.
Learn more about video driver from
https://brainly.com/question/13835124
A man receives a fraudulent email from his bank asking him to confirm his user name and password by going to a particular website. What has occurred
Answer: The man's info has been found and a hacker was trying to make him confirm his passwrd so he can get a hold of it to hack the man further.
Explanation:
What are the minimum number of bits an address bus must have in a byte addressable memory system containing only 4 KiB of memory
The minimum number of bits the address bus must have in the byte addressable memory system is 12
How to determine the minimum number of bits?The memory size is given as;
Size = 4 KiB
Convert to bytes
Size = 4 * 2^10 bytes
Express 4 as 2^2
Size = 2^2 * 2^10 bytes
Multiply
Size = 2^12 bytes
The minimum number of bits is then calculated as;
2^n = Size
This gives
2^n = 2^12
Cancel out the base (2)
n = 12
Hence, the minimum number of bits is 12
Read more about bits and bytes at:
https://brainly.com/question/20594719
A relational database can best be described as a collection of related _____ designed to minimize redundant data.
A relational database can best be described as a collection of related tables designed to minimize redundant data.
What is a relational database?A relational database is known to be a type of database that keeps and gives people room or access to data points that are known to be linked to each other.
Conclusively, Relational databases are known to have relational model, an good and specific way of showing data through the use of tables.
Learn more about relational database from
https://brainly.com/question/13262352
What two attribute values from the output from q. 3 should a system administrator be monitoring constantly in order to avoid being surprised by a system crash
A system administrator should be monitoring constantly in order to avoid being surprised by a system crash is a true statement.
What is system monitoring?System monitoring is known to be a term that entails the constant monitoring of an IT system such as a imputer by a IT specialist or manager.
Note that the work of monitoring is made up of looking at the CPU, server memory, routers, etc. and making sure everything is all right and working well.
Learn more about system crash from
https://brainly.com/question/17463486
1. For loop is used for repeating over a sequence, that is either a ___________ or _________________
Answer:
For loop is used for repeating over a sequence, that is either a list, tuple, dictionary, or a set.
Help 100 points.
Jaime has to configure the DMZ network of his organization to the optimum level. Which is the best practice to do so?
A.
place all servers outside the DMZ
B.
use multiple firewalls
C.
block all users from accessing the servers placed in the DMZ
D.
split the DMZ into various segments
Answer:
the answer to this question is A
What software quality metrics would you use to measure software maintainability, how would you use them, and where in the project life cycle would you use them
Answer:
V is the average Halstead Volume per module.
G is the average Cyclomatic Complexity per module.
L is the average number of Source Lines of Code (SLOC) per module.
C is the average number of comment lines per module
Explanation:
What two Python data structures are already thread-safe, because they provide automatic support for synchronizing multiple readers and writers? (Choose two.) strings lists dictionaries tuples
The two Python data structures that are already thread-safe are list and tuples.
What are the data structures in Python?Python is known to give room for its users to make their own Data Structures.
It helps one to be able to have total hold or control over their work or output functionality. Some key Data Structures are Stack, Queue, and others.
Learn more about Python from
https://brainly.com/question/26497128
#SJ1
When you create a custom object using an object literal or by applying the new Object() command, you create a subclass of the _____.
When a user creates a custom object using an object literal or by applying the new Object() command, he or she is creating a subclass of the base object.
What is a base object?A base object can be defined as the basic and fundamental JavaScript object whose methods are generally available to every other object.
In Java programming, a prototype chain is used to create the hierarchy of object classes typically ranging from the base object class (superclass) down to the subclasses (lower classes) in the chain.
In conclusion, a user is creating a subclass of the base object when he or she creates a custom object using an object literal or by applying the new Object() command.
Read more on object class here: brainly.com/question/20264183
What does this artwork remind you of a dream? i will mark Brainly who ever is first!
Answer:
Explanation:
this reminds be of a dream i had where i was a human swimming underwater then i just randomly turned into a fish. there is mor ebut i dont feel like explaining it.
Question 60 : Bruce is considering the acquisition of a software testing package that allows programmers to provide their source code as input. The package analyzes the code and identifies potential security issues without executing it. What type of analysis is Bruce performing in the given scenario
The type of analysis is Bruce performing in the given scenario above is Dual control.
Why the use of dual control?The scenario above is dual control that is often called a two-person control. This is often done when carrying out a sensitive work such as logging onto the payment system.
Conclusively, It is known to need some level of cooperation from 2 people and the separation of duties helps both people to carry out two actions that, are said to be combined.
Learn more about Dual control from
https://brainly.com/question/26449302
#SJ1
________ a Web site means to take extraordinary measures to reduce a system's vulnerability using special versions of the operating system. Spoofing Pretexting Hardening Phishing
Hardening a site means to take extraordinary measures to reduce a system's vulnerability using special versions of the operating system.
:)
What is the topic of the e-mail? what is the purpose of the e-mail?
Answer:
What email are you talking about?
Answer:
A social concern
To persuade
Explanation:
Yuki is preparing to write a research paper for his english class. which style guide would be best for him to use? american psychological association (apa) associated press (ap) chicago manual of style (cmos) modern language association (mla)
The style guide that would be best for him to use is modern language association (mla). Check more about below.
What is Modern Language Association?This is known to be a kind of Professional association known as the mla.org.
Conclusively, Note that the Modern Language Association of America is known to be a an found in the United States that is made for scholars of language and literature and thus will be good for Yuki in his work.
Learn more about Modern Language Association (MLA) from
https://brainly.com/question/26110488
Answer:
D. Modern Language Association (MLA)
Explanation:
Correct on Edge
Hey does anyone know what this screen is? Kinda like a transparent window and I can't close it out or do anything to make it go away. Does anyone have this kind of problem that knows how to make it go away or has had the same problem?
Answer:
I can’t see the full screen but maybe you can shut your iPad down completely and then open it again?
IF YOUR ANSWER IS GOOD I WILL MARK BRAINLIEST PLEASE ANSWER!!!
You have recently given an interview and you wish to write a follow-up letter to the company. Create an interview follow-up letter by making use of the word processing software templates available on your computer. Write down the steps you took to complete this activity.
Answer: You must have the right soffware have the right research and have the right website.
Explanation: You need the right website or you interview will be messed up.
If a TextView has not been displayed yet, it is possible to retrieve measurements about its width and height using the __________________ method.
The analysis tools associated with the ________ subsystem include query-by-example and structured query languages (SQL). data manipulation application generation data administration attribute analysis
Answer:
it is the mouse or software
Little round dots at the beginning of a line of text are called _____.
Answer:
ii think its called Vertical ellipsis
Explanation:
why where the computer viruses developed
Answer:
because it disguises itself so it can get into your cpu
Explanation:
Answer:
Computer virus was develop to steal users' information, processing power and privacy
Python local variable referenced before assignment.
Answer:
may be you are probably calling the variable name before assigning it..
Explanation:
this error occurs if your program finds the name of variable used first before assigning the value..
example:
....some code..
print(x)
--some code--
x = something
So the print statement uses x variable before assigning the value. This causes error.
A program similar to mtr, ____, is available as a command-line utility in Windows operating systems.
Answer:
pathping
Explanation:
Which response best completes the following IF-ELSE statement?
IF the answer is greater than 100, THEN say "You have won the game!", ELSE say "________"
Congratulations!
Try again!
You have the highest score!
You made it to the next level!
Answer:
Congratulations!
Explanation:
Antonio is responsible for tuning his organization's intrusion detection system. He notices that the system reports an intrusion alert each time that an administrator connects to a server using Secure Shell (SSH). What type of error is occurring
Intrusion alert is the motion detection technology and the alert with the connection to the server is given as the false positive error.
What is an error?An error is given as the condition of the wrong conduct to the result. The development of the error alarms about the correction that is to be introduced in the system.
For the intrusion alert the alert has been the positive signal; however, the alarming with the development of signal from server is the example of the false positive error.
Learn more about error, here:
https://brainly.com/question/13286220
#SPJ1
You should enter a formula that subtracts the data in cell B4 from the total of cells B2 and B3. What should the formula look like?