Answer:
D
Explanation:
It means its based on things similar to what you are reading or looking at.
The statement that is true about content-based filtering is; A. With content-based filtering, users receive recommendations for items liked by similar users.
What is Content based Filtering?
Content-based filtering is defined as a type of recommender system that attempts to guess what a user may like based on that user's activity.
Now, from the given options we can say that option A is correct because it matches the description we have above about Content based filtering.
Read more about Content based filtering at; https://brainly.com/question/10043488
#SPJ9
The letters after the name of a file indicate who created the file.
O True
O False
What two choices do you have when you open the Remote tab of the System Settings?
Answer:
remote assistance and remote desktop
Explanation:
^
what is the difference between cd-r, cd-rw and cd-rom
Answer:
The answer to this question is given below in this explanation section.
Explanation:
"difference between cd-r, cd-rw and cd-rom"
CDs are also known as WORM discs,for "write once Read many".A re writable version based on excitable crystals and known as CD-RW was introduced in the mid 1990s because both CD-R and CD-RW recorders originally required a computer to operate they had limited acceptance of use as computer software.
A compact Disc Read only memory (CD-ROM) is a read only disc.A compact disc Re-writable (CD-RW) is an erasable disc that can be reused.The data on a CD-RW disc can be erased and recorded over numerous times.CD-RW may not be readable outside of the drive it was created in.
cd-r :
CD-R is a digital optical disc storage format.A CD-R disc is compact disc that can be written once and read arbitrarily many times.
CD-R stand for" compact disc" Record-able .CD-R disc are blank CDs that can record data written by a CD burner.The word "record-able" is used because CD-R are often used to record audio,Which can be play back by most CD players.
cd-rw:
CD-RW compact disc re-writable is a digital optical disc,storage format introduced in 1997.A CD-RW compact disc can be written read erased and re-written.
in this case of CD-RW the writing laser makes permanent marks in a layers of dye polymer in the disc.CD rewrite-able discs in a similar fashion,except that the change to the recording surface is revers able.
cd-rom:
CD-Rom observation of compact disc read only memory type of computer memory in the form of compact disc that is read by optical means.A CD-ROM drive uses a low power laser been encoded in the form of tiny pits on a optical disk.The "ROM" part of the term means the data on the disc "read only memory" or cannot be altered or erased.
identify the type of error described
Answer:
ZeroDivisionError
ValueError
Explanation:
ZeroDivisionError occurs when you attempt to divide a number by [tex]0[/tex].
ValueError occurs when the argument passed into a function holds the wrong value. In this case, the string is not numeric which cannot be passed into the float() function.
Hope this helps :)
Where might you find recommendation engines at work?
Suggesting a new song you might
enjoy on a streaming music site.
Providing new movies you might
enjoy based on titles you liked.
An online advertisement for a video
game you recently read about in a
blog post.
All of the above
Answer:
All of the above.
Explanation:
All scenarios show signs of a recommendation engine at work since they are providing recommendations and suggestions of things that you would potentially like based on the analysis of data from your search history or likes from songs, movies, etc.
Hope this helps :)
Please Help ASAP. Marking Brainliest For Correct Answer.
Explore the program below, referring to the task description to know what task the chunk of code is supposed to execute. Explain why the program is not working as intended, then rewrite/rework the program so that it performs the intended task as stated in the description.
The following situation uses a robot in a grid of squares. The robot is represented by a triangle which is initially in the top left square and facing right. The robot may not travel through the black squares. The program below is intended to move the robot from its starting position to the gray square, but it is not currently working. The program segment uses the procedure called GoalReached , which evaluates to true if the robot is in the gray square and evaluates to false otherwise.
In complete sentences, explain why the program is not working as intended, and also provide a solution that allows the program to perform its intended task.
Answer: It is not working because it is missing the code needed to turn right.
Sentence :The robot would move forward two squares and would stay stuck there because it can not move forward nor turn left. You would need to add code for the robot to be able to turn right so that the robot can reach the goal
There are several reasons that could make a code segment not to work.
The attached code is not working because, the method ROTATE_RIGHT() is missing
From the given code segment, we have the following observations
The robot can turn left using ROTATE_LEFT()The robot can move forward using MOVE_FORWARD()However, when there is a need for the robot to turn right, the code segment does not have a provision for that.
Hence, the reason the code is not working is because:
The method ROTATE_RIGHT() is missing
The solution to this is to provide a ROTATE_RIGHT() method in the code segment
Read more about debugging at:
https://brainly.com/question/23527739
Why do attackers tend to target public or private Wi-fi networks?
I’ll mark as brainiest
Nadia has inserted an image into a Word document and now would like to resize the image to fit the document befter. What is the quickest way to do this? keyboard shortcut sizing handles context menu sizing dialog box
Answer:
To resize the document, Nadia needs to press
Command +>/ Ctrl+> to increase the size of the frame and its contents by 1%.
Or press Command +</ Ctrl+< to decrease the size of the frame and its contents by 1%