1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Setler79 [48]
3 years ago
13

Mr. Perry has bookmarked a large number of webpages in Chrome while researching class topics. Unfortunately, he's bookmarked so

many that he's struggling to find relevant content quickly. What can he do within the Bookmark manager of Chrome to simplify and organize his list of bookmarks
Computers and Technology
1 answer:
Alja [10]3 years ago
5 0

Answer:

To organise the list, there are about 6 things that Mr. Perry can do. They are:

  1. Edit bookmark details
  2. Delete bookmarks
  3. Organize bookmarks
  4. Rename a bookmark folder

  1. Editing Bookmarks
  • On his computer, he has to open Chrome.
  • then at the top right, he click More
  • He then clicks on Bookmarks > Bookmark Manager.
  • Mr Perry must point to the bookmark he wants to edit.
  • To the right of the bookmark, he needs to click on More, to the far right of the bookmark.
  • Next step, would be to click Edit.
  • Then he Edit the name or web address of his bookmark.

     2. Delete bookmarks

Mr. Perry has the choice of deleting a single bookmark or several bookmarks at once.

Note: Once he deletes a bookmark, he can’t get it back.

To delete one bookmark Mr. Perry will need to

  • Open Chrome from his computer
  • At the top right, click More
  • Click Bookmarks and then Bookmark Manager.
  • Point to the bookmark you want to edit.
  • To the right of the bookmark, click the More More, to the far right of the bookmark.
  • Click Delete.

To delete multiple bookmarks Mr. Perry will need to

  • Open google Chrome from him computer
  • Click More at the top right corner
  • Click Bookmarks and then Bookmark Manager.
  • Point to the bookmark he wants to edit.
  • To the right of the bookmark, click the More, to the far right of the bookmark.
  • Click Delete.

Organize his bookmarks

Mr. Perry can also organize your bookmarks and file them in custom folders from his computer by taking the following steps:

  1. Alphabetize bookmarks
  • On the computer, open Chrome.
  • At the top right, click More.
  • Click Bookmarks and then Bookmark Manager.
  • Browse to the folder  to be organized.
  • Above your bookmarks, click Organize.
  • Click Reorder by Title. The bookmarks will be listed in alphabetical order.

2. Deleting a bookmark folder

Mr. Perry can delete a bookmark folder at any time. This will delete all of the bookmarks in it and he won’t be able to get them back. The steps to take are:

  • On the computer, open Chrome.
  • At the top right, click More.
  • Next, Click Bookmarks and then Bookmark Manager.
  • Next, Point to the bookmark to be edited
  • To the right of the bookmark, click the More, to the far right of the bookmark.
  • Then, click Delete. This will permanently delete all the bookmarks in that folder.

To Rename a bookmark folder Mr. Perry needs to

  • Open google Chrome on his computer
  • At the top right, click More.
  • Click Bookmarks and then Bookmark Manager.
  • Point to the bookmark folder to be edited,
  • To the right of the bookmark, click the Edit.
  • This will open a new window through which he can enter in a new name. Once the desired name has been entered, click Save.

Cheers!

You might be interested in
Code a call to the function anotherFunc passing the array myints.
mario62 [17]

Answer:

d)anotherFunc(myints);

Explanation:

When we call a function we just have to pass the names of the arguments to the function.In case of arrays we also just have to pass the name of the array.We don't have to worry about the square brackets.So the function call will be like this.

anotherFunc(myints);

Hence the answer is option d.

4 0
3 years ago
RDBMS stands for_________________
Aliun [14]
The term "RDBMS" stands for <span>relational database management system. 

I hope this helped! :)</span>
4 0
4 years ago
Which of the following can be used to locate data in a particular column?
dangina [55]

Answer:

A. VLOOKUP

Explanation:

VLOOKUP is an Excel function to look up data in a table organized vertically. VLOOKUP supports approximate and exact matching, and wildcards (* ?) for partial matches. Lookup values must appear in the first column of the table passed into VLOOKUP.

Purpose 

Lookup a value in a table by matching on the first column

Return value 

The matched value from a table.

Syntax 

=VLOOKUP (value, table, col_index, [range_lookup])

Arguments 

value - The value to look for in the first column of a table.

table - The table from which to retrieve a value.

col_index - The column in the table from which to retrieve a value.

range_lookup - [optional] TRUE = approximate match (default). FALSE = exact match.

4 0
3 years ago
Write a function: function solution(N); that, given a positive integer N, prints the consecutive numbers from 1 to N, each on a
koban [17]

Answer:

<em>The program written in Python is as follows:</em>

def solution(N):

     concat = ""

     for i in range(1,N+1):

           if not(i%2 == 0 or i%3 ==0 or i%5 == 0):

                 print(str(i))

           else:

                 if i%2 == 0:

                       concat= concat+"Codility"

                 if i%3 == 0:

                       concat= concat+"Testers"

                 if i%5 == 0:

                       concat= concat+"Coders"

                 print(concat)

                 concat = ""

N = int(input("Enter a positive integer: "))

solution(N)

Explanation:

This line declares the function

def solution(N):

This line initializes a variable named concat to an empty string

     concat = ""

This line iterates from 1 to the input integer

     for i in range(1,N+1):

<em>This line checks if the current number of iteration is divisible by 2,3 or 5, if no, the number is printed</em>

           if not(i%2 == 0 or i%3 ==0 or i%5 == 0):

                 print(str(i))

<em>If otherwise</em>

           else:

<em>This lines checks if current number is divisible by 2; if yes the string "Codility" is concatenated to string concat</em>

                 if i%2 == 0:

                       concat= concat+"Codility"

<em>This lines checks if current number is divisible by 3; if yes the string "Testers" is concatenated to string concat</em>

<em>                 </em> if i%3 == 0:

                       concat= concat+"Testers"

<em>This lines checks if current number is divisible by 2; if yes the string "Coders" is concatenated to string concat</em>

                 if i%5 == 0:

                       concat= concat+"Coders"

<em>The concatenated string is printed using this line</em>

                 print(concat)

This variable concat is intialized back to an empty string

                 concat = ""

The main method starts here

N = int(input("Enter a positive integer: "))

This line calls the defined function solution

solution(N)

6 0
3 years ago
Is a bottle opener considered an engineered item?
KIM [24]
Yes actually it is it’s a machine to use for opening bottles such as cans n other
3 0
3 years ago
Other questions:
  • Paragraph talking about why i chose bill gates
    10·1 answer
  • NEED HELP FAST
    13·2 answers
  • A computer has been stored, uncovered, in a dusty closet for several months. Why might this situation cause the operating system
    13·1 answer
  • Which of the selections below is not a benefit of imaging the computers on your network? There are fewer licensing fees because
    11·1 answer
  • Why is it so important to adhere to principles that have been put forth by reputable organizations to ensure that you are mainta
    10·1 answer
  • I need help also this counts as my second giveaway and last for today
    12·2 answers
  • 20 points for ez question lol
    9·2 answers
  • In which situation would saving a Word document as a PDF be most useful?
    9·2 answers
  • Explain the difference between undecidable problems and unreasonable time algorithms. Be specific.
    5·1 answer
  • I need advice, please try to give a full paragraph and include a p r o s and c o n s list, no l i n k s please, it would mean so
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!