Answer:
when you right click the task bar icon a <u>recently closed</u> popup showing the most recently visited tasks or sites
Explanation:
There are different icons shown in task bar for different programs to open them on a single click. These programs are Google Chrome, Mozilla Firefox, and some other browsers.
Whenever we want to see the recently closed programs, tasks or websites that we recently visited, we just right click on that browser icon in task bar. There is a popup shown that contain the information of the recently visited websites or tasks with the name of recently closed or recent item.
B) Finding a single unlocked door in a virtual hallway
At least this is what I believe the answer is.
answer:
1 image
6 transition
7 word art
5 smart art
4 table
3 theme
2 slide
i hope this is whrite and i hope this helped you
Answer:
1. 'NOT(TRUE AND FALSE) AND TRUE'
3. 'NOT (TRUE AND TRUE) OR TRUE'
Explanation:
We can go through each option to find out which statements will result in a 'TRUE' value.
1. <u>'NOT (TRUE AND FALSE) AND TRUE':</u>
'TRUE AND FALSE' inside the parentheses will result in 'FALSE' since the Boolean operator 'AND' requires both terms to be 'TRUE' for the resulting value to become 'TRUE', otherwise it returns 'FALSE'.
'NOT (TRUE AND FALSE) AND TRUE' now becomes 'NOT FALSE AND TRUE'. The Boolean operator 'NOT' will return the opposite of the term given, so 'NOT FALSE' becomes 'TRUE'. This leaves us with 'TRUE AND TRUE' which returns 'TRUE'.
2. <u>'NOT (TRUE AND TRUE) AND TRUE':</u>
'TRUE AND TRUE' inside the parentheses will result in 'TRUE', leaving us with 'NOT TRUE AND TRUE'. 'NOT TRUE' will give us 'FALSE', resulting in 'FALSE AND TRUE'. The resulting value of 'FALSE AND TRUE' is 'FALSE'.
3. <u>'NOT (TRUE AND TRUE) OR TRUE':</u>
Again, 'TRUE AND TRUE' inside the parentheses will result in 'TRUE', leaving us with NOT TRUE OR TRUE'. The Boolean operator 'OR' requires only one term to be 'TRUE' for the resulting value to become 'TRUE'. This means that this statement will return 'TRUE'.
Hope this helps :)