Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Forgot Password?

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign In

Quizaza

Quizaza

Quizaza Navigation

  • Home
  • DMCA
  • Honor Code
  • About us
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • About Us
  • Contact Us

Quizaza team

Enlightened
Ask Quizaza team
5k Visits
0 Followers
73 Questions
Home/ Quizaza team/Answers
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Asked Questions
  • Groups
  • Joined Groups
  • Managed Groups
  1. Asked: January 27, 2024In: Technology

    1.7.4 The Two Towers + Comments CodeHS Answers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:46 am

    function start() { buildTower();///hhahhah captian obvious buildTower2();///why am i doing this, can’t this just submit already? // So like literally this just calls in the buildTower functions lol } function buildTower() // This one literally builds the towers and goes down { move(); //move turnLefRead more

    function start()
    {
    buildTower();///hhahhah captian obvious
    buildTower2();///why am i doing this, can’t this just submit already?
    // So like literally this just calls in the buildTower functions lol
    }
    function buildTower() // This one literally builds the towers and goes down
    {
    move(); //move
    turnLeft(); //turn
    putBall(); //puttingBall
    move(); //move
    putBall(); //putting ball
    move(); //move
    putBall(); //putting ball
    turnLeft(); //turn
    turnLeft(); //turn
    move(); //moving
    move(); //moing again
    turnLeft(); //turning again
    }
    function buildTower2() // This one is how to build the second tower becaues for some reason this one is a bit different from the first
    {
    move();//aaa
    move();//aaa
    turnLeft();//aa
    putBall();//a
    move();//a
    putBall();//a
    move();//a
    putBall();//a
    move();//aaaaa
    turnRight();//aaaaaa
    }
    function turnRight() // This is so self explanatory i don’t even see whsy I need to explain this lool
    {
    turnLeft();//yeet
    turnLeft();//xd
    turnLeft();//exdeeh
    }

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Asked: January 27, 2024In: Technology

    1.6.4 The Two Towers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:44 am

    function start() { buildTower(); buildTower2(); // Write your code here } function buildTower() { move(); turnLeft(); putBall(); move(); putBall(); move(); putBall(); turnLeft(); turnLeft(); move(); move(); turnLeft(); } function buildTower2() { move(); move(); turnLeft(); putBall(); move(); putBallRead more

    function start()
    {
    buildTower();
    buildTower2();
    // Write your code here
    }
    function buildTower()
    {
    move();
    turnLeft();
    putBall();
    move();
    putBall();
    move();
    putBall();
    turnLeft();
    turnLeft();
    move();
    move();
    turnLeft();
    }
    function buildTower2()
    {
    move();
    move();
    turnLeft();
    putBall();
    move();
    putBall();
    move();
    putBall();
    move();
    turnRight();
    }
    function turnRight()
    {
    turnLeft();
    turnLeft();
    turnLeft();
    }

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  3. Asked: January 27, 2024In: Technology

    1.5.4 Pancakes with Start CodeHS Answers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:44 am

    function makePancakes() { putBall(); putBall(); putBall(); } function start() { move(); makePancakes(); move(); move(); makePancakes(); move(); move(); makePancakes(); move(); }

    function makePancakes()
    {
    putBall();
    putBall();
    putBall();
    }
    function start()
    {
    move();
    makePancakes();
    move();
    move(); makePancakes(); move(); move(); makePancakes(); move();
    }

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  4. Asked: January 27, 2024In: Technology

    1.4.5 Mario Karel CodeHS Answers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:42 am

    function turnRight() { turnLeft(); turnLeft(); turnLeft(); } function collectCoins() { turnLeft(); move(); move(); move(); takeBall(); takeBall(); turnLeft(); turnLeft(); move(); move(); move(); turnLeft(); } move(); collectCoins(); move(); move(); collectCoins(); move(); move(); collectCoins(); movRead more

    function turnRight()
    {
    turnLeft();
    turnLeft();
    turnLeft();
    }
    function collectCoins()
    {
    turnLeft();
    move();
    move();
    move();
    takeBall();
    takeBall();
    turnLeft();
    turnLeft();
    move();
    move();
    move();
    turnLeft();
    }
    move();
    collectCoins();
    move();
    move();
    collectCoins();
    move();
    move();
    collectCoins();
    move();
    move();
    collectCoins();

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  5. Asked: January 27, 2024In: Technology

    1.4.4 Pancakes CodeHS Answers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:35 am

    function makePancakes() { putBall(); putBall(); putBall(); } move(); makePancakes(); move(); move(); makePancakes(); move(); move(); makePancakes(); move();

    function makePancakes()
    {
    putBall();
    putBall();
    putBall();
    }
    move();
    makePancakes();
    move();
    move();
    makePancakes();
    move();
    move();
    makePancakes();
    move();

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  6. Asked: January 27, 2024In: Technology

    1.3.5 Fireman Karel CodeHS Answers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:34 am

    function turnRight() { turnLeft(); turnLeft(); turnLeft(); } turnRight(); move(); move(); move(); turnLeft();

    function turnRight()
    {
    turnLeft();
    turnLeft();
    turnLeft();
    }
    turnRight();
    move();
    move();
    move();
    turnLeft();

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  7. Asked: January 27, 2024In: Technology

    1.3.4 Slide Karel CodeHS Answers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:33 am

    function turnRight() { turnLeft(); turnLeft(); turnLeft(); } putBall(); move(); turnRight(); move(); putBall(); turnLeft(); move(); turnRight(); move(); putBall(); turnLeft();

    function turnRight()
    {
    turnLeft();
    turnLeft();
    turnLeft();
    }
    putBall();
    move();
    turnRight();
    move();
    putBall();
    turnLeft();
    move();
    turnRight();
    move();
    putBall();
    turnLeft();

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  8. Asked: January 27, 2024In: Technology

    1.2.5 Pyramid of Karel CodeHS Answers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:32 am

    putBall(); move(); putBall(); turnLeft(); move(); putBall(); turnLeft(); turnLeft(); turnLeft(); move(); putBall(); turnLeft(); turnLeft(); turnLeft(); move(); putBall(); turnLeft(); turnLeft(); move(); move(); putBall(); turnLeft(); turnLeft(); turnLeft();

    putBall();
    move();
    putBall();
    turnLeft();
    move();
    putBall();
    turnLeft();
    turnLeft();
    turnLeft();
    move();
    putBall();
    turnLeft();
    turnLeft();
    turnLeft();
    move();
    putBall();
    turnLeft();
    turnLeft();
    move();
    move();
    putBall();
    turnLeft();
    turnLeft();
    turnLeft();

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  9. Asked: January 27, 2024In: Technology

    1.2.4 Make a Tower CodeHS Karel Answers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:31 am

    move(); putBall(); turnLeft(); move(); putBall(); move(); putBall(); move(); turnLeft(); turnLeft(); turnLeft();

    move();
    putBall();
    turnLeft();
    move();
    putBall();
    move();
    putBall();
    move();
    turnLeft();
    turnLeft();
    turnLeft();

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  10. Asked: January 27, 2024In: Technology

    1.1.5 Short Stack CodeHS Karel Answers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:31 am

    move(); putBall(); putBall(); move();

    move();
    putBall();
    putBall();
    move();

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  11. Asked: January 27, 2024In: Technology

    1.1.4 Your First Karel Program CodeHS Answers

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 27, 2024 at 3:26 am

    move(); move(); move(); move(); takeBall();

    move();
    move();
    move();
    move();
    takeBall();

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  12. Asked: January 25, 2024In: Technology

    Which of the following is true of Sensitive Compartmented Information Facilities (SCIFs)?

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 25, 2024 at 3:05 pm

    Personnel with access to a SCIF have a need-to-know for all information processed within the SCIF.

    Personnel with access to a SCIF have a need-to-know for all information processed within the SCIF.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  13. Asked: January 12, 2024In: History

    What caused Montgomery, Alabama, to desegregate its buses?

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:35 am

    Montgomery, Alabama's desegregation of its buses wasn't solely caused by one specific event, but rather the culmination of a series of factors leading up to a landmark legal victory and sustained nonviolent protest. Here's a breakdown of the key elements: Roots of Segregation: Montgomery, like muchRead more

    Montgomery, Alabama’s desegregation of its buses wasn’t solely caused by one specific event, but rather the culmination of a series of factors leading up to a landmark legal victory and sustained nonviolent protest. Here’s a breakdown of the key elements:

    Roots of Segregation: Montgomery, like much of the South, enforced racial segregation through the “Jim Crow” laws, including on public transportation. This meant designated seating areas for Black and white passengers, often with Black people relegated to the back or less desirable seats.

    Triggering Spark: The immediate catalyst for desegregation efforts was the arrest of Rosa Parks on December 1, 1955, for refusing to give up her seat on a bus to a white man. Her act of defiance ignited outrage and solidarity within the Black community.

    Movement Takes Form: Led by Dr. Martin Luther King Jr. and the Montgomery Improvement Association (MIA), Black residents launched a city-wide bus boycott on December 5, 1955. This peaceful protest saw Black residents walking, carpooling, or relying on alternative transportation for 381 days, crippling the bus system and impacting Montgomery’s economy.

    Legal Challenge: The MIA simultaneously pursued legal action, challenging the constitutionality of bus segregated seating. On June 5, 1956, a federal court ruled in their favor, declaring the segregation laws unconstitutional.

    Supreme Court Upholding: As the city appealed the decision, the boycott continued. Finally, on December 20, 1956, the U.S. Supreme Court upheld the lower court’s ruling, effectively outlawing bus segregation in Montgomery.

    Desegregation and Beyond: With legal backing and unwavering resolve, Black residents desegregated the buses on December 21, 1956. This victory resonated far beyond Montgomery, becoming a pivotal moment in the American Civil Rights Movement.

    Therefore, the desegregation of Montgomery’s buses stemmed from a combination of:

    • Long-standing frustration with racial injustice: Segregated buses were just one manifestation of a larger system of discrimination.
    • Rosa Parks’ courageous act of defiance: It served as a symbol of resistance and inspired collective action.
    • Dr. King and the MIA’s leadership: They effectively organized and sustained the nonviolent boycott.
    • Legal challenge and victory: The courts played a crucial role in striking down segregation laws.

    While the 381-day Montgomery Bus Boycott remains a defining moment, it’s important to remember that desegregation was a hard-won battle, achieved through the concerted efforts of many individuals and the pursuit of both legal and social change.

     

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  14. Asked: January 15, 2024In: Military

    To which article of the Code of Conduct does the following statement refer? When questioned, should I become a prisoner of war, I am required to give name, rank, service number and date of birth. I will evade answering further questions to the utmost of my ability. I will make no oral or written statements disloyal to my country and its allies or harmful to their cause.

    Quizaza team
    Best Answer
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:34 am

    Article V

    Article V

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  15. Asked: January 15, 2024In: Military

    Which of the Code of Conduct article articulates the emotional connection between the Service member and the concept of sacrifice, as a requirement for honorable military service?

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:34 am

    Article I

    Article I

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  16. Asked: January 15, 2024In: Military

    If captured, you must give no information or take part in any action which might be harmful to your comrades. This is an example of__________ under article IV of the Code of Conduct.

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:34 am

    Keeping Faith

    Keeping Faith

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  17. Asked: January 15, 2024In: Military

    What are the goals of using a disguise? (Select all that apply)

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:33 am

    Prevent recognition Pass initial scrutiny

    • Prevent recognition
    • Pass initial scrutiny
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  18. Asked: January 15, 2024In: Military

    Identify steps in building a fire. (Select all that apply)

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:33 am

    Use a platform Prepare adequate amounts of tinder, kindling, and fuel Carefully place small, dry kindling over the burning tinder

    • Use a platform
    • Prepare adequate amounts of tinder, kindling, and fuel
    • Carefully place small, dry kindling over the burning tinder
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  19. Asked: January 15, 2024In: Military

    Which of the following is NOT an applicable Code of Conduct?

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:32 am

    Directing the captor's attention to a fellow captive for interrogation.

    Directing the captor’s attention to a fellow captive for interrogation.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  20. Asked: January 15, 2024In: Military

    The traditional chain of command roles and responsibilities continue in all captivity environments. The senior eligible military member assumes command over captives from all U.S. Military Departments.

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:32 am

    True

    True

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  21. Asked: January 15, 2024In: Military

    What are some de-escalation strategies personnel can use to discourage captor violence? (Select all that apply)

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:32 am

    Maintain a low profile Be conscious of your body language

    • Maintain a low profile
    • Be conscious of your body language
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  22. Asked: January 15, 2024In: Military

    Should your captors provide an opportunity to communicate using written, oral, or video means, you should:

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:31 am

    Provide proof of life

    Provide proof of life

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  23. Asked: January 15, 2024In: Military

    In the event of isolation during operations other than war, the reasons to delay contact with legitimate authorities include. (Select all that apply)

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:31 am

    Gain situational awareness Contact friendly forces

    • Gain situational awareness
    • Contact friendly forces
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  24. Asked: January 15, 2024In: Military

    Tactical hand-held radio transceivers, cell phones, satellite phones, and personal locator beacons (PLBs) are devices you could use for electronic communication.

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:31 am

    True

    True

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  25. Asked: January 15, 2024In: Military

    Leaving evidence of your presence supports U.S. Government effort to locate, identify and recover you.

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:30 am

    True

    True

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  26. Asked: January 15, 2024In: Military

    Continuously learning about your captivity environment and the captor is known as

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:30 am

    Continuously learning about your captivity environment and the captor is known as situational awareness.

    Continuously learning about your captivity environment and the captor is known as situational awareness.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  27. Asked: January 15, 2024In: Military

    During a direct action recovery, you should pick up a weapon and assist the recovery team: True or False?

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:30 am

    False

    False

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  28. Asked: January 15, 2024In: Military

    When providing proof of life what information should you include? (Select all that apply)

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:29 am

    A verifiable date Your health and welfare You and your fellow captives' identities

    • A verifiable date
    • Your health and welfare
    • You and your fellow captives’ identities
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  29. Asked: January 15, 2024In: Military

    Unlike a wartime situation, where the senior ranking member takes command of all prisoners, in a hostage situation, the most capable member must take command to ensure survivability.

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:29 am

    False

    False

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  30. Asked: January 15, 2024In: Military

    Selecting a signaling site and putting your signal in a suitable location is critical. A signaling site is defined as any site, based on your situation that enhances signaling efforts and the likelihood for the signal to be detected by friendly forces. What is a signaling site criterion? (Select all that apply)

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:29 am

    Sufficient materials for signal construction (correct) Recovery possible from/near site (correct) Site hidden from potential enemy observation and ground fire (correct)

    • Sufficient materials for signal construction (correct)
    • Recovery possible from/near site (correct)
    • Site hidden from potential enemy observation and ground fire (correct)
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  31. Asked: January 15, 2024In: Military

    What should you do during USG negotiations for your release? (Select all that apply)

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:29 am

    Maintain your honor and communicate your innocence Remain professional and avoid exploitation Have faith in the USG

    • Maintain your honor and communicate your innocence
    • Remain professional and avoid exploitation
    • Have faith in the USG
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  32. Asked: January 15, 2024In: Military

    When are personnel ALWAYS authorized to escape?

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:28 am

    When in physical or mortal danger

    When in physical or mortal danger

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  33. Asked: January 15, 2024In: Military

    What evasion aid is tailored to cover an individual operational area, combining standard navigation charts and maps with evasion and survival information?

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:28 am

    Evasion chart

    Evasion chart

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  34. Asked: January 15, 2024In: Military

    You should attempt to provide proof of life during any audio or video recording or written documents?

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:28 am

    True

    True

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  35. Asked: January 15, 2024In: Military

    Actions to take when capture is imminent include (Select all that apply)

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:27 am

    Try to retain your personal cell phone Sanitize personal or sensitive materials Leave evidence of presence at the capture point

    • Try to retain your personal cell phone
    • Sanitize personal or sensitive materials
    • Leave evidence of presence at the capture point
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  36. Asked: January 15, 2024In: Military

    As part of your resistance posture you should portray ______ at all times.

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:27 am

    innocence

    innocence

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  37. Asked: January 15, 2024In: Military

    Which of the following are used to control bleeding?

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:26 am

    Apply direct pressure (correct) Use a tourniquet (correct) Elevate and immobilize (correct)

    • Apply direct pressure (correct)
    • Use a tourniquet (correct)
    • Elevate and immobilize (correct)
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  38. Asked: January 15, 2024In: Military

    The two types of reporting isolating events are observer-reported and media reporting: True or False?

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:26 am

    False

    False

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  39. Asked: January 15, 2024In: Military

    The weakened state of the captives' ____________reduces their capacity to collectively resist adversary exploitation efforts. Acceptance of special favors also provides an opening for an adversary's future exploitation efforts against you.

    Quizaza team
    Quizaza team Enlightened
    Added an answer on January 15, 2024 at 3:26 am

    The weakened state of the captives' organization reduces their capacity to collectively resist adversary exploitation efforts. Acceptance of special favors also provides an opening for an adversary's future exploitation efforts against you.

    The weakened state of the captives’ organization reduces their capacity to collectively resist adversary exploitation efforts. Acceptance of special favors also provides an opening for an adversary’s future exploitation efforts against you.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
1 … 3 4 5 6

Sidebar

Ask A Question

Stats

  • Questions 266
  • Answers 318
  • Best Answers 34
  • Users 151
  • Popular
  • Answers
  • Quizaza team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Quizaza team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Quizaza team

    What is a programmer’s life like?

    • 5 Answers
  • Quizaza team
    Quizaza team added an answer A) multiple settings Novels, being lengthy and complex forms of… February 12, 2024 at 6:54 am
  • Quizaza team
    Quizaza team added an answer The absolute value of −18.7 is 18.7. February 12, 2024 at 6:52 am
  • Quizaza team
    Quizaza team added an answer Exercise Program managers should use exercises to validate: Plans, policies… February 12, 2024 at 6:51 am

Top Members

Quizaza team

Quizaza team

  • 73 Questions
  • 592 Points
Enlightened
Quiz Master

Quiz Master

  • 0 Questions
  • 119 Points
Pundit
agrohimgna

agrohimgna

  • 0 Questions
  • 22 Points
Begginer

Trending Tags

analytics Civil Rights CodeHS company Cyber Awareness Challenge Cybersecurity english google ICS 100 interview javascript language life php programmer programs question salary Sere 100.2 ServSafe

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users

Footer

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Terms of Use
  • Privacy Policy
  • Cookie Policy

Help

  • Knowledge Base
  • Support

© 2024 Quizaza. All Rights Reserved.

[wordpress_social_login]


OR


Forgot your password?
[wordpress_social_login]


OR


Note: Your password will be generated automatically and sent to your email address.

Forgot Your Password?

Enter your email address and we'll send you a link you can use to pick a new password.