Your browser does not support JavaScript!

StatutoryMarsupial

StatutoryMarsupial is Education Major Computer Science student đŸ’»
Last login
1 day ago
Joined
2025-09-17
StatutoryMarsupial latest posts

1 day ago - Evaluate this statement: “Spreadsheets are more efficient than databases for large-scale data management.”

1 day ago - Which of the following best describes a 'Derived Attribute' in an ER model?

1 day ago - It is a bundle of actions which are done within a database to bring it from one consistent state to a new consistent state.

1 day ago - What does the command "spanning-tree portfast" accomplish when applied to a switch port?

1 day ago - Suppose you wish to prove this statement "If n is an integer, then n ≀ n3." Which of the following is correct?

1 day ago - which concept consider the arrangements of objects / elements in a set?

1 day ago - Translate the expression to predicate logic: “Some problems are difficult.”

1 day ago - Which polymorphism behavior do you see in below class? class Paint { // all methods have same name public void Color(int x) {} public void Color(int x, int y) {} public void Color(int x, int y, int z) {}

1 day ago - What is a key outcome of identifying your belief systems through self-awareness?

1 day ago - What is the geographical scope of AMA University Online's target audience?

1 day ago - According to Lumbera, the spanish developed and used popular culture in the philippines to the

1 day ago - Popular culture, as the 'culture of people', is defined by the interaction between people in their daily

2 weeks ago - Which of the following is the correct report showing all rows and columns sort the description in ascending order.

2 weeks ago - True/False. A null value means that the value is unavailable, unassigned, unknown, or inapplicable.

2 weeks ago - Suppose that a user wanted to update the lastname of student to ‘Santos’ and YR_LVL to ‘Irreg’ whose USN_ID is equal to 50, in one select statement which of the following is the correct sql statement to use.

2 weeks ago - Which of the following is the correct example of deleting all records in STUDENTS table; Question 11Select one or more: a. DROP TABLE STUDENTS; b. DELETE * FROM STUDENTS; c. DELETE FROM STUDENTS; d. DELETE TABLE STUDENTS;

2 weeks ago - Which of the following is the correct example of updating the LASTNAME to ‘REYES’ of all students from STUDENTS table whose STUD_ID is equal to 01020564?

2 weeks ago - What are the two main types of access control lists (ACLs)? Standard IEEE Extended Specialized

2 weeks ago - What are two benefits of using NAT? 1. NAT protects network security because private networks are not advertised. 2. NAT accelerates the routing process because no modifications are made on the packets. 3. Dynamic NAT facilitates connections from the outside of the network. 4. NAT facilitates end-to-end communication when IPsec is enable. 5. NAT eliminates the need to re-address all host that require external access. 6. NAT conserves addresses through host MAC-level multiplexing.

2 weeks ago - The OSPF Hello protocol performs which of the following 2 tasks? It provides dynamic neighbor discovery. It detects unreachable neighbors in 90 second intervals. It maintains neighbor relationships. It negotiates correctness parameters between neighboring interfaces. It uses timers to elect the router with the fastest links as the designated router. It broadcasts hello packets throughout the internetwork to discover all routers that are running OSPF.

2 weeks ago - Which 2 commands are required to properly configure a router to run OSPF and to add network 192.168.16.0/24 to OSPF area 0? Router(config)#router ospf 1 Router(config)#router ospf 0 Router(config)#router ospf area 0 Router(config-router)#network 192.168.16.0 0.0.0.255 area 0 Router(config-router)#network 192.168.16.0 0.0.0.255 0 Router(config-router)#network 192.168.16.0 255.255.255.0 area 0

2 weeks ago - Which two characteristics are shared by both standard and extended ACLs? Both kinds of ACLs can filter based on protocol type. Both can permit or deny specific services by port number. Both include an implicit deny as a final ACE. Both filter packets for a specific destination host IP address. Both can be created by using either a descriptive name or number.

2 weeks ago - Which three features are of OSPF routing protocol? Converge quickly OSPF is a classful routing protocol Identify the best route by use of cost Before exchanging routing information, OSPF routers find out neighbors OSPF is a classless routing protocol

2 weeks ago - Refer to the exhibit. The network engineer in RMSIndustries that is shown wants to use the primary ISP connection for all external connectivity. The backup ISP connection is used only if the primary ISP connection fails. Which set of commands would accomplish this goal.

2 weeks ago - The network administrator of ABC Supermarket configures the router with the "ip route 172.16.1.0 255.255.255.0 172.16.2.2" command. How will this route appear in the routing table?

2 weeks ago - Refer to the exhibit. If the router Cisco returns the given output and has not had its router ID set manually, what value will OSPF use as its router ID?

2 weeks ago - A network administrator in Stark Industries is trying to add a new router into an established OSPF network. The networks attached to the new router do not appear in the routing tables of the other OSPF routers. Given the information in the partial configuration shown below, what configuration error is causing this problem? Router(config)# router ospf 1 Router(config-router)# network 10.0.0.0 255.0.0.0 area 0

2 weeks ago - What is the In the Switch port LED status, if the LED is blinking green what is the status of switch?to set the IP address (192.168.10.2) and subnet mask (255.255.0.0) for specific Fast Ethernet interface?

2 weeks ago - Which of the following is the correct report listing only the column CLASS, DESCRIPTION and PRICE of all PARTS where price range is between 200 to 500. Sort the Price in descending order.

2 weeks ago - Social evolution is a rapid and unpredictable transformation of society.

2 weeks ago - Which of the following is the correct example updating all student COURSE to ‘BSIT’ from STUDENTS table?

2 weeks ago - Which of the following is the correct example of updating the COURSE to ‘N/A’ of all students from STUDENTS table whose course IS NULL;

2 weeks ago - Which of the following is the correct example updating the student LASTNAME TO ‘SANTOS’ and course to ‘BSCS’ whose STUD_ID is equal to 109?

2 weeks ago - It is where you handle the exceptions, this block must follow the try block.

2 weeks ago - If an exception occurs in try block then the control of execution is passed to the corresponding catch block.