These are set of categories designed to get a response from set information about a qualitative or a quantitative attribute. Common examples include a 1-10 rating scale or the Likert response scale. One is required to select a number or an option considered to reflect the perceived quality of something, say a product.
Linux applications are developed using ________ programming language.
Linux is an example of an open source operating system. Linux applications can be developed using different programming languages like Python, C, C++, VB.net. All this will be determined by whatever you want to do and the kind of application you want to develop.
I would however choose Java programming language. If you want the app to be portable to windows, then IMHO, Java is the best. Learning a little C programming and doing some python scripting is recommended if you want to learn the Unix way. C and JAVA are best recommended if you want make Linux applications as a career.
Why, over the course of time, have more and more programming languages been developed?
A. So computers could communicate in languages other than English
B. So computers would have more functionality
C. So computer programmers could keep their jobs
D. So computers would be used only by people who understood computer languages
Answer:B
So computers would have more functionality.
Explanation:
Answer:
B. So computers would have more functionality
Explanation:
Quiz Verified
Which soft skill involves the ability to work harmoniously with your colleagues and improve productivity?
A. conflict resolution
B. teamwork
C. strategic thinking
D. presentation skills
E. creative thinking
How do rubrics increase learning?
a.
Rubrics give the most important details about a reading assignment
c.
Both of these
b.
Rubrics give students the tools to “grade” their own and others’ assignments
d.
None of these
Answer: The answer is b: Rubrics give students the tools to “grade” their own and others’ assignments.
Explanation: Rubric refers to great tool used in accessing students work. It also defines the grade that a student is expected to get on a particular assignment. It is a scoring tool that helps students to have a clear understanding of what counts. Students can employ rubric during self and peers assessment. It is also used to generate and justify assessment.
Rubric refers to great tool used in accessing students work. It also defines the grade that a student is expected to get on a particular assignment.
Thus, It is a scoring tool that helps students to have a clear understanding of what counts. Students can employ rubric during self and peers It is also used to generate and justify assignment.
A rubric is defined as "a scoring guide used to evaluate the quality of students' constructed responses" in US educational language. Simply said, it is a list of standards for assigning grades to assignments.
Evaluative criteria, quality definitions for those criteria at specific degrees of attainment, and a scoring mechanism are typically included in rubrics. They are frequently offered in table style, and both teachers and students can use them to organize their assignments and mark assignments. The rubric is a list of instructions included at the top of a test paper in UK education.
Thus, Rubric refers to great tool used in accessing students work. It also defines the grade that a student is expected to get on a particular assignment.
Learn more about Rubric, refer to the link:
https://brainly.com/question/29278192
#SPJ6
How would you reduce or minimize the size of a "file"?
a.diminish
b.shrink
c.reduce
d.compress
What entity calls in crypto modules to perform cryptographic tasks?
It allows an app to implement an encryption algorithm for execution. Typically, it implements cryptographic algorithms and authenticate users by calling several different crypto modules to perform cryptographic tasks. Crypto Service Providers is often part of the operating system and can be implemented in hardware, software, or both.
What is the automotive name for the large wires that allow more electrical current to flow ?
Which key combination will allow users to move to the top of a document? Ctrl+Page Down Ctrl+Home Shift+Home Shift+Page Up
Answer:
you would be looking for Ctrl+Home
Explanation:
i´ve been working with computers for years if you ever have any question i will be glad to help
i need 5 brainlest to move to expert i only have 1 so far, may i have brainlest please!
Which part of the following CSS code would you edit in order to change the background color of the overall web page?
body { color: #000000 background-color: #C9E1FF font-family: Arial, "Lucida Console", sans-serif} h1 { color: #114485 font-size: x-large font-family: Georgia, "Times New Roman", Times, serif; }
A. background-color #C9E1FF
B. body {
C. color: #000000
D. color: # 114485
What extension do CSS files have?
A. css
B. html
C. .jsv
D. .jv
In the following piece of CSS code, what is #ffffff called?
body { color: #ffffff }
A. property
B. rule
C. selector
D. value
In the following piece of CSS code, what is font-size called?
h2 { font-size: small }
A. property
B. rule
C. selector
D. value
Which of the following is true about CSS?
A. A seperate CSS file is needed for each HTML file in a website.
B. It is a language used to customize web pages based on user preferences.
C. It is contained in a seperate file than HTML files.
D. It is used to combine formatting information and content into one single file.
People using commercially available software are usually asked to read and agree to a(n) _____
Bailey wants to add file protection to a document she has created. She wants to restrict users from changing the content she has created, while allowing users to add comments about it. What sequence of commands should she click?
File, Permissions, Encrypt with a Password, then enter her password
File, Permissions, Restrict Editing, Editing Restrictions, Comments, Start Enforcement, then enter her password
File, Permissions, Formatting Restrictions, Comments, Start Enforcement
File, Save As, Encrypt with a Password, then enter her password
However much you may want your reviewers to make comments and suggest changes in a document, there may be times when you want to restrict them from changing the content you have created. To restrict formatting in a document, you can click restrict formatting in the protect section of the review tab and follow the procedure in the answer above.
You disassemble and reassemble a desktop computer. when you first turn it on, you see no lights and hear no sounds. nothing appears on the monitor screen. what is the most likely cause of the problem? explain your answer.
a. a memory module is not seated properly in a memory slot.
b. you forgot to plug up the monitor's external power cord.
c. a wire in the case is obstructing a fan.
d. power cords to the motherboard are not connected
Answer:
Option d power cords to the motherboard are not connected
Explanation:
A motherboard is a hardware attached to many components inside the computer such as central processing unit (CPU), memories and peripherals. If the power cords to the motherboard are not connected, there is no way the computer can start and boot the operating system even though the power supply is turned on.
The rest of the options are not true as the computer will still be turned on even if one of those cases happens in reality.
Which column and row references are updated when you copy the formula: =SUM($B5:D$15)?
When copying the formula =SUM($B5:D$15), column B is an absolute reference and row 5 is a relative reference, which means column B will not change but the row number will when copied to another cell.
When you copy the formula =SUM($B5:D$15), the cell reference $B5 indicates an absolute reference for the column and a relative reference for the row. This means that when the formula is copied to another cell, the column reference (B) will remain the same but the row reference (5) will change to reflect the new location. Conversely, D$15 is an relative reference for the column and an absolute reference for the row, so the column reference (D) will change but the row will remain as 15 when the formula is copied elsewhere.
Utilizing cell references instead of static numbers allows for more flexibility when input values change. For example, if you have formulas in column D that calculate the difference between values in columns B and C (=B5-C5), you only need to update the input values in B and C to have the formula in D reflect the change.
The column in D$15 and the row in $B5 will update when copying the formula =SUM($B5:D$15).
When you copy the formula =SUM($B5:D$15), the references that will update are the relative references. In this formula:
$B5 is a mixed reference where the column 'B' is absolute (indicated by $), but the row '5' is relative. The row number 5 will change when copying the formula across cells.D$15 is also a mixed reference, where the column 'D' is relative, but the row '15' is absolute. The column 'D' will change when copying the formula across cells.Therefore, if you copy this formula to a different cell, the column reference in D$15 and the row reference in $B5 will update accordingly.
Identify the false statement.
a. When you use an && or || operator, each Boolean expression that surrounds the operator is always tested in order from left to right.
b. The AND operator is written as two ampersands ( && ), and the OR operator is written as two pipes ( || ).
c. When you use the && and || operators, you must include a complete Boolean expression on each side.
PLEASE HELP
Modern ssds use a technique called "____" to spread write operations around the storage medium, thus evening out the impact of destructive writes and extending the storage device's useful life.
The question above has multiple choices as below;
a. Wear aggregation.
b. Wear mitigation.
c. Wear prevention
d. Wear leveling
The answer is d) Wear leveling.
This technique by some SSD controllers to increase the memory’s lifetime is called wear leveling. The mechanism for this principle is simple: distribute the entries for all the blocks evenly so that they will wear out evenly. Flash controller typically manages wear leveling and uses a wear leveling algorithm to control which physical block to use.
Aaron wants to download a new program from the internet and install it on his computer. What is the safest way for him to do this
Write a function addone that adds 1 to its integer reference parameter. the function returns nothing. submit
Which of the following is not true about managing your privacy settings? (select all that apply)
Someone can find your location based on a photo that you post
The things that you post online become public information
Colleges use social media profiles during admissions process
Items posted online can be removed at any time
Employers screen job candidates based on social medias
Final answer:
The statement that items posted online can be removed at any time is not true regarding privacy settings management. Once information is shared, it becomes difficult to fully erase due to the permanence of digital footprints. This underscores the importance of cautious posting online.
Explanation:
Among the statements about managing your privacy settings, the assertion that items posted online can be removed at any time is not true. Social media platforms and websites indeed allow users to post and share a wide range of personal information. This includes the capability of someone to find your location based on a photo you post, the widespread practice of colleges reviewing social media profiles during the admissions process, and the reality that employers often screen job candidates based on their social media profiles. Once information is shared online, it enters the public domain and can be difficult to completely erase, even if the original post is deleted. This is due to the capabilities like screen shots, downloads, and web page archives that can create permanent records of online activities.
It's also factual that the things you post online become public information and can influence important life opportunities, such as college admissions and employment. The digital footprint left by social media activity is often scrutinized by various external parties, demonstrating the critical importance of thoughtfully managing what one shares online.
An animation begins when Claudia clicks the red rectangle on slide 14. The red rectangle is a(n):
cue
hyperlink
trigger
hotspot
Which tab provides commands for the most commonly used elements in Word software? File Home Insert Page Layout
Your Answer would be Home
What is a partition gap, and how might it be used to hide data?â?
Answer:
Partition gap is a method in which to create different spaces within a disk so that it is as if there were actually more than one hard disk, something that you can use to store data or install other operating systems.
Explanation:
A partition is the name given to each division present in a single physical data storage unit. To be understood, having multiple partitions is like having several hard drives on a single physical hard drive, each with its file system and working differently.
Partitions can be used for several purposes. On the one hand, you can have one dedicated to saving sensitive data with security measures that do not interfere with the rest of the system, as well as backups, although you can also use it to install different operating systems. In some of them, such as those based on GNU / Linux, you can also structure the disk into partitions for the different types of files used by the operating system and even to hide information.
That is why one of the tasks performed by computer forensics is the investigation of hard disk partitions in search of hidden information.
Which error produces incorrect results but does not prevent the program from running?
What video game company made the biggest early impact on the home video game industry
Answer:
Atari
Explanation:
Atari came out before Nintendo. The first gaming company would have had the biggest impact on the home video industry.
Final answer:
Atari, Inc. made the most significant early impact on the home video game industry with the release of Pong and the Atari 2600 console.
Explanation:
The video game company that made the biggest early impact on the home video game industry was Atari, Inc. This company, founded in 1972 by Nolan Bushnell and Ted Dabney, quickly rose to prominence with the release of Pong, one of the first arcade video games to gain widespread popularity. Atari's success with Pong led to the creation of the Atari 2600 video game console in 1977, a pioneering piece of hardware that helped establish video games as a mainstream form of entertainment and significantly shaped the early home video game industry.
What is required when opening a checking account?
A. initial deposit
B. Salary
C. credit card
D. copy of your last paycheck
Answer:
A. initial deposit
Explanation:
A checking account is a bank account that allows you to deposit and withdraw money. To be able to open a checking account you need an ID, the social security number, a physical address and an initial balance to deposit in your account. According to this, from the options given, the requirement when opening a checking account is an initial deposit.
____ are programs that run independently and travel between computers and across networks.
Suppose MV = 60 & PQ = 120. Suppose Q and V are held constant. This means ________.
A. both M & V must double
B. V must double
C. M must double
When a vendor hosts software on a website and you don't need to install the software on your device, this is known as:(1 point)freeware.software as a service.beta software.open source software?
What is a single instruction that inverts bits 5 and 6 in bl without changing any other bits?
xor bl, 0x60 is a single instruction that inverts bits 5 and 6 in bl without changing any other bits.
What is bits?The smallest piece of data that a computer can process and store is a bit (binary digit). Similar to an on/off light switch, a bit is always in one of two physical states. Usually a 0 or 1, the state is represented by a single binary integer. However, yes/no, on/off, or true/false can also be used to describe the state.
In a computer, a bit is a binary digit and represents the smallest unit of data. Only one of two possible values—0 or 1, which represent the electrical states of off or on, respectively—can be stored in a bit. You hardly ever work with information one bit at a time because bits are so little.
Thus, xor bl, 0x60
For more information about bits, click here:
https://brainly.com/question/2545808
#SPJ5
What is a premium?
A. The most you have to pay for health care in a full year.
B. The amount you pay the health insurance company every month for coverage.
C. A fixed fee you pay for specific medical services.
D. The amount you are personally required to pay before you health insurance covers your medical costs.
Answer:
B. The amount you pay the health insurance company every month for coverage.
Explanation:
The insurance premium is the amount of money that the policyholder has to pay after the insurance contract to formalize the coverage of the risk since once the company charges it it is automatically obliged to comply with the insurance policy.
A medical insurance includes a whole series of services, coverages or benefits that, depending on the option of insurance contracted, may be greater or lesser, so that the contracted health insurance would finally resemble the services that can be found in public health.
The price of the medical policy is therefore the price we will pay for health care insurance and that will be higher or lower depending on the coverage or services that it includes.
All services of a private nature include two conditions fundamentally: on the one hand it is necessary to take into account what is known in most cases as the benefits or services that the products offer.
A premium in health insurance is the monthly amount a policy-holder or their sponsor pays to a health plan for coverage. It is different from a deductible or a co-payment. The correct answer is B.
This cost is typically paid every month.
Here's a breakdown of related terms:
Premium: The monthly amount paid for health insurance coverage.Deductible: The amount you must pay out-of-pocket before your health insurer starts to cover costs.Co-payment: A fixed fee you pay for specific medical services or visits before your insurer pays the remainder.Based on this, the correct answer is: B. The amount you pay the health insurance company every month for coverage.
Which activity might require you to provide your social security number