Dijkstra Code

Dijkstra’s algorithm is a method to calculate the shortest path from one node to another with weighted edges. It does not work for negative edge weights, however. Fun fact: it is a main algorithm used in Google Maps. It starts off by setting all the distances of each node to…

Chase

Shattered Trust

Here is a random story I did a few years ago when I was bored. The weather forecast had been on the headlines for many days. The citizens of Winnipeg had been warned about the possible storm, but they were ignoring it by thinking about the upcoming Thanksgiving holiday instead….

Chase

Watership Down Summary

Watership Down is a novel written by Richard Adams, published in 1972. It tells the story of a group of rabbits and their quest for a new home. The story begins in the British countryside, where a young rabbit named Fiver had a disturbing vision of their warren being destroyed….

Chase

The Ebbinghaus Forgetting Curve

Imagine you’re learning something new, like a new language. Have you noticed that after you first learn them, you can remember them quite well, as time goes on, you start forgetting them? This is what the Ebbinghaus forgetting curve is all about. Over a century ago, a psychologist named Hermann…

Chase

Holes Summarized

The story begins with Stanley Yelnats, a young boy from a family cursed with bad luck. He is wrongly accused of stealing a pair of sneakers that once belonged to a famous baseball player and is sent to Camp Green Lake, a juvenile detention facility. Despite the name, Camp Green…

Chase

Craters

Objects like asteroids and comets in the Solar System can collide with larger planetary bodies, resulting in impact events. When these smaller solar system bodies (SSSBs) strike planets, moons, or other objects, they create a massive explosion similar to a bomb blast. This explosion blows away surface material, leaving behind…

Chase

Refracting & Reflecting Telescopes

The vastness of space and the universe has always amazed us, sparking our imagination for as long as we could remember. To explore the areas the naked eye can’t see, astronomers use special tools called telescopes. This is their history, how they work, and how they help us understand the…

Chase

Cryptocurrency

Cryptocurrency is a special kind of digital money that works without a ledger. Instead, it uses a clever way to keep track of transactions and make them safe. Some popular examples are Ethereum, Tether, BNB, and Dogecoin, but the most popular is Bitcoin. Imagine if everyone who uses the money…

Chase

Algorithm for Finding Primes

Using brute force isn’t particularly the best solution when it comes to determining primes. Brute Force Example: Sieve of Eratosthenes: This method tries all the numbers, but as soon as a prime number is found all the multiples of it is marked as not prime, meaning there are less options…

Chase

Cybersecurity

            Imagine a world without cybersecurity. You open up your bank account to check on your investments – what happened? There is no more money! This is what would happen without cybersecurity, the state of being protected against the criminal or unauthorized use of electronic data. Cyber means anything to…

Chase

Random Password Generator

This program generates a random password. The password is at least 10 characters long and includes at least 1 number and special character. You can tell the program how many special characters, numbers, and letters you want. The password has letters, numbers, and other characters randomly dispersed throughout. For example,…

Chase

The Long March

In October 1934, The Long March occurred. It was a series of marches by the Chinese communists, who were led by Mao Zedong. Before the Long March even started, the communists were losing badly to the nationalists. The communists needed to make a plan. They also wanted the nationalists to…

Chase

SVB Bank

The Silicon Valley Bank Became Bankrupt Silicon Valley Bank, SVB for short, was ranked number 63 in 2021 according to the USA’s top banks. In 2022, it skyrocketed to number 16, an insane feat. In 2023 however, it became bankrupt within a span of 2 days. Here is how this…

Chase

Watership Down – Characters

Hazel: A young leader of the group of rabbits. Fiver’s brother. Hazel lead the group through predators and conflicts. He is a quick thinker, often putting himself at risk in order to save othes. Fiver: A small rabbit, Hazel’s brother. He is a seer, which means he can predict things…

Chase

Amazing Keyboard Shortcuts

ctrl+B: make bold ctrl+I: make text slanted crtl+u: underline ctrl+w: close tab ctrl+shift+w: close window ctrl+1: first tab of chrome ctrl+2: second tab of chrome … windows+d: home page ctrl+t: open new tab ctrl+shift+t: open recently closed tab ctrl+n: open new window F11: full screen ctrl+prntscr: unsaved screenshot windows+prntscr: saved…

Chase

%02d – python

In python, %d is similar to %s, but uses numbers instead of strings. This prevents typing str() continuously. The %02d could be useful in creating leading 0s. This could be used in digital clocks that need to always have 4 digits. Example: Output: Example: Output:

Chase

Tricks For Soldering

Soldering is the process of using a soldering iron to melt some metal into liquid. The liquid is placed on something, and when it hardens the things is stuck with a conductor. In soldering, most of the time a printed circuit board (PCB) is used. A PCB is a board…

Chase

Rickroll

Rickroll is an internet prank, originated from the song “Never Gonna Give You Up“. Basically, your goal is to avoid that song, or the person Rick Astley moving. The art of Rickroll There is a website called https://www.secretrickroll.com/. This website allows you to create a “link” that leads to rickroll….

Chase

Servo Motors

In aruduino, servo motors are motors that can rotate a total of 160 degrees. Using gears and something on top of the motor, servo motors can rotate around at mildly fast speeds. The yellow wire goes to a GPIO pin. The red wire goes to 5v. The black wire goes…

Chase

CCC ’17 S3 – Nailed It!

Nailed It! is a CCC senior 3/ junior 5 question. The method to solve this is similar to Escape Room. The first thing to do to solve this problem is to create a list that measures that number of boards that are length N into the term N. Then, we…

Chase

Liquid Crystal Display – Remote Controll

Remote controll A remote controll uses something that can detect the numbers pressed on a remote controll. It is called the Infrared Receiver. Like in the name, the receiver uses infrared light, which cannot be seen by the naked eye, to detect remote controll signals. Liquid Crystal Display An LCD…

Chase

CCC ’20 S2 – Escape Room

For a Junior 5 question, Escape Room isn’t that easy. The brute-force method would be to use breadth first search and find factors, but that will almost guarantee the time will exceed the limit. To solve this, we will need to use a method that doesn’t require any calculations involving…

Chase

CCC ’21 S2 – Modern Art

Modern Art is a CCC problem. Notice that if you brush on a specific square for an odd number of times, it ends up being a gold square. If it is even or 0, it is a black square. Using this, we could create a table that has the numbers….

Chase

Air Conditioning

An air conditioner uses something called refrigerant. In a hot room, the refrigerant will take away the heat from the room. The heat will evaporate. The more the refrigerant contacts, the more heat it will take away. A compressor is another part of an air conditioner. If the refrigerant is…

Chase

Langley Shootings

4 victims were shot at 6:20 AM. 2 were confirmed dead, while a suspect was shot as well. One man was found dead by a Langley city bus loop. Another man was discovered dead at the Creek Stone Place. The police also found a woman who’d been shot near 203A Street…

Chase

Procrastination

Imagine you are given a long-term piece of homework. It is due in six months. You plan to complete some every day, where you finish right before the deadline. 2 months went by, and you haven’t even started working on it. You change everything where you complete everything in 4…

Chase

Arduino Light Project

To make an Arduino Light Project, you will need: 1 Arduino board 1 breadboard 15 wires 7 220 ohm resistors 7 Light Emitting Diodes Connect them all where the lights are side-by-side. Then, use the following code: This should create a lot of flashing lights.

Chase

Mouse Journey

Mouse Journey is a problem that is related to simple math. Read the problem first. The logic is simple: the total number of possibilities is the number of possibilities for the one above and the one to the left. The start is 1, and the cat areas are 0. Now,…

Chase

CCC ’03 S3 – Floor Plan

Floor plan is a CCC senior 3 problem that is very confusing at first, and gradually becomes more understandable. IndexError is more common. Functions greatly aid to help make the code for the solution. First, make a function called findarea. This function, given a coordinate, will find the area of…

Chase

CCC ’00 S2 – Babbling Brooks

Babbling Brooks is an example of a problem that is good for functions. There could be two functions, one of them seperates and the other joins. There could be a simple part that isn’t in a function, but most of the work and ligic is into the functions. Sample solution…

Chase

CCC ’10 J5 – Knight Hop

Knight Hop is a Junior 5 level 7 point problem. A little bit of chess knowledge is very useful, as it requires a knight. Functions are also extremely helpful, especially if it determines the possible next moves given a set of points. First, create a function than takes in a…

Chase

CCC ’14 S3 – The Geneva Confection

https://dmoj.ca/problem/ccc14s3 The problem above is mainly based off logic. It really requires only a few if else statements, variables and loops. First, you need to create a loop that loops based of an integer input. Everything else will be in this loop. Create an empty list that is for the…

Chase

CCC ’14 S1/J4 – Party Invitation

https://dmoj.ca/problem/ccc14s1 This is a dmoj 5-point Junior 4 question. It is more complex than it seems. Read on to find the solution and the logic to it! First, read the question. Without knowing what the question is about, all the rest of this blog will be useless. First things first,…

Chase

Conjugate

Conjucates are very useful when it comes to simplifying fractions with an irrational denominater. A conjugate is where you change the signs between two terms. Take a look at the polynomial below: If you try to add this fraction to a rational fraction like 1/3, it will be very exhausting…

Chase

What’s The Big Deal With passwords?

Passwords are things that can block a hacker from going into your account. If you remember the passwords, only you would be able to access your account. This means that secure passwords are best, otherwise there would be basically no point of having one. Below is some of the most…

Chase

Unbound

Unbound is a novel in verse that is about slavery. It was written by Ann. E. Burg. In the beginning, Grace, a nine-year-old girl, was called to the Big House to do slave work. After a few weeks, she couldn’t stand the pressure anymore, and escaped, taking a big risk….

Chase

How did D-Day Ensure Victory for the Allies?

D-Day has been one of the most important days of war history. It started on June 6, 1944. Without it, it’s likely that World War 2 would have resulted in a German victory. However, this day creates a question that is very important. How did D-Day lead to victory for…

Chase

Why is Russia Invading Ukraine?

Russia had recently started invading Ukraine. This sudden news had made a lot of people research things they hadn’t really paid too much attention to before. The Russians’ relationship wasn’t good with the Ukrainians’, and held a grudge against them for almost a decade. Russia’s neighbor also wanted to be…

Chase

Shang-Chi and the Legend of the Ten Rings

Shang-Chi and the Legend of the Ten Rings is one of the latest movies released by Marvel Studios. The film starts by explaining what the Ten Rings are, and who possessed them, Wenwu. The Ten Rings gave the possessor power and eternal life. Nobody knew how he got the rings….

Chase

Why do People Sneeze?

People sneeze when there are a certain number of irritants in the person’s throat or nose. Many people often sneexe multiple times before stopping, because one sneeze wouldn’t be enough to get rid of all the dust particles. So, another sneeze occures. Reasearchers aren’t exactly sure, but that is what…

Chase

C++ atoi()

In C++, the function atoi() is designed to convert characters to integers. If a character is named n, all that is needed to convert it to an integer is: In other words, the atoi function wraps around the character and changes it to an integer.

Chase

Initial Value

Initial value for variables is very important in C++. If a variable is in the wrong scope, errors can appear, or it won’t give the expected outcome. For example, if a variable is declared in a for loop, and it is used in a function, the announced variable will not…

Chase

CCC ’18 J4 (S2)

Matrices are among an important group in coding problems. Matrix rotations are also vital. For instance, QR codes can be read even when it is rotated 90°. Take the coding problem below as an example: https://dmoj.ca/problem/ccc18s2 This is a matrix problem. At first glance, people might thnk that the data…

Chase

Atbash Cipher

This type of cipher is one of the easiest because each encoded letter could only be another. It is also known as the mirror cipher, because A=Z, B=Y, C=X, and so on. This type is best to do a key, and it is below: Here is a code in Atbash:

Chase

Caesar Cipher

This type of cipher is one of the most modern and ancient types. A message is encoded by shifting the alphabet by a certain number of times. Then, the new alphabet is put. For instance, in a shift of 1, A=B, B=C, and so on, all the way to Z=A….

Chase

Cryptography

Cryptography is the study of codes, encoding them, and decoding them. It is useful in wars, when sodiers want to send messages to each other. To avoid enimies intercepting and reading the message, senders would decrypt them with some type of format, such as Caesar Cipher. See if you can…

Chase

Morphine

Morphine is a drug used to kill severe pain. Though this drug can save lives, simultaneously it kills people as well. Despite being pain-killers, morphine is still a type of drug. If people have it and they aren’t going through severe/moderate pain, they can be addicted to it and eventually…

Chase

Value Scope

In C++, value scope is important for declaring variables. If a variable is declared in a for loop, it is different than if it is announced in the main() function. If the variable is declared in the for loop, it will only be present in the loop. In the main()…

Chase

Test For No Errors!

Remember: in C++, a frequent thing that needs to be done is to test (use debugging code) to check that there are no mistakes. Why? Mistakes could be solved easily, but if there are too many all of them would be hard to solve. Plus, if an entire program was…

Chase

C++ stoi()

In C++, the stoi() function is useful to change strings to integers. Basically, it only needs one parameter, and it is like stoi(something). Example: Example Output: And that’s all! In short, stoi() is a function that converts strings into integers.

Chase

CCC ’21 J4 – Solution

Arranging Books is a coding problem that can be viewed here. It isn’t easy, and is literally impossible to solve it correctly by actually swapping books. Here is the problem: Canadian Computing Competition: 2021 Stage 1, Junior #4 Valentina wants books on a shelf to be arranged in a particular…

Chase

C++ substr()

In C++, the substr() method is one of the easiest functions to use to split a string into multiple slices. Here are the parameters of the substr(): where name is the string that you want to be sliced, position is the staring point, and len is the number of characters…

Chase

Don’t Borrow Money to Buy Stocks!

When trying to earn money investing stocks, remember not to borrow money from the bank to buy them! There would be a huge profit if you get money from buying and selling them, but what if the stock goes down and you lose money? You wouldn’t have enought money to…

Chase

Should Protests be Allowed?

Protests should be allowed freely to express one’s right and choice. One of the basic reasons is people need freedom. We deserve the right to make our own choices. If people protest against the same issue, they realize that they aren’t alone. By protesting, humans will feel better because they…

Chase

Should Face Masks be Mandatory during Covid-19?

Face masks should be mandatory during Covid-19 for many reasons. Fundamentally, this virus spreads mainly be the mouth, like when someone sneezes. However, if something like that happens when the person is wearing a mask, Covid-19 will not be that easy to outspread. Alternatively, masks can protect us in various…

Chase

What is Python?

Python is a popular programming language created by Guido van Rossum, and released in 1991. It is used for: software development mathematics What can Python do? Python can connect to database systems. It can also read and change files. Python can be used to handle big data and perform complex…

Chase

The Dangers of Forest Fires and Preventive Strategies

There are many ways a forest fire is extremely dangerous. One reason is the smoke from the fires can damage the health of people and other living things. Unfortunate enough, the bad air goes to the lungs of people, causing breathing issues and we may die. Secondly, forest fires can…

Chase

Herbivores, Carnivores, Omnivores

Herbivores Herbivores are animals that eat only plants, such as grass. For example, cows and sheep are herbivores because they eat grass and hay. Carnivore Carnivores are animals that only eat meat, like rabbits or beef. For instance, a polar bear is a carnivore because they eat seals and fish….

Chase

Bees

Find out how to attract bees to your garden and bring it to life!

Chase

How to Install a Package on Pycharm

On the top left corner, click file-settings or do ctrl+alt+s. Go to Python Interpreter. Click the plus sign that is near the bottom. Search up the package you want to install, like numpy or matplotlib. Click Install Package Wait until it is installed, and then you are done!

Chase

How to Make a Book

Writing First, an author writes the book and paper. He or she will then submit it to another person to go through editing and publishing. Typing The person that has the book types it in and later gives it to an editor. Editing The Story The editor edits the story…

Chase

Fastquant

Fastquant is a new python package that is related to stocks. Using only two lines, you can predict which stocks are good to buy, and which stocks you should sell. First, install the fastquant package. Then, type the following: Run the program, and on the top left you will find…

Chase

Stem and Leaf Plot

A Stem and Leaf Plot is a special table where each data value is split into a “stem” (the first digit or digits) and a “leaf” (usually the last digit). For example: For every first digit of a number, it is in the “Stem” part. The other digit is in the “Leaf”…

Chase

The Adventure of Fuzzy the Hamster

The class really did love their new hamster, Fuzzy. Everyone wanted to hold her, feed her, put her in the plastic hamster ball and watch her roll around the classroom. They didn’t even mind cleaning her cage. The class was warned that hamsters are very good escape artists. Mrs. Elrod…

Chase

Three People Near A River Dying of Thirst

There once were two people who lived near by a river. They worked together to get a supply of water by using Chinese water buckets. The two put water in two buckets, put them on a wooden pole and carry the water back to the cabin. They lived happily without…

Chase

Parabola

In mathematics, a parabola is a curve which is mirror-symmetrical and is close to a U-shape. It fits several different mathematical descriptions, which can all be proved to define exactly the same curves.

Chase

How to Protect Yourself from COVID-19

Stay away from people who are coughing or sneezing Since COVID-19 is an infection, coughing and sneezing are common symptoms. Additionally, coughing and sneezing both release the virus into the air, so they may increase your risk of infection. Keep your distance from people who appear to have symptoms of…

Chase

The Three Raccoons

There once was a raccoon village that was stocked with food. The procyon lotors lived peaceful, happy long lives until three raccoons were born. They were taught to take only what they need. However, the kits were greedy, and did the opposite of the leader’s rules. They stole all the…

Chase

How To Tell If Gold Is Real

Gold is a precious metal, so it is often copied in fake jewelry and metal blends. By most standards, anything consisting of less than 41.7%, or 10 karats of gold is considered to be fake. If you’re wondering whether your gold is real, the most reliable test is to take…

Chase

How to Solve a Sudoku

You want to try sudoku, but you don’t know where to begin. Sudoku looks hard because it involves numbers, but in reality, it’s not math-based. Even if you think you’re bad at math, you can still do well at sudoku. In fact, the numbers could be replaced with letters or…

Chase

The Rule of 72

The Rule of 72 is a handy tool used in finance to estimate the number of years it would take to double a sum of money through interest payments, given a particular interest rate. The rule can also estimate the yearly interest rate required to double a sum of money in a specified number…

Chase

Poison Ivy

Poison ivy is a common plant on the North American continent, noted for its ability to create an itchy rash on contact with skin. It is an extremely adaptable, persistent type of vegetation and as a result, it can be easy to accidentally become affected. Fortunately, it is not all…

Chase

Shoot low, not high!

When shooting in a soccer match, remember: shoot low! A study found that the percentage of the goals that are scored high are as followed: Top Left: 8 percent Top Center: 4 percent Top Right: 5 percent Yikes. The possibility isn’t high. Middle Left: 7 percent Middle Center: 8 percent Middle Right: 6 percent Although the…

Chase

China sends 3-person crew to space

Three Chinese astronauts arrived Thursday at China’s new space station, starting a three-month mission that marked another milestone in the country’s space program. Commander Nie Haisheng, followed by Liu Boming and Tang Hongbo, flew in a rocket called Shenzhou-12, and set off. The rocket dropped its boosters about two minutes later, followed…

Chase

Coca-Cola’s losses 3.8 million after Ronaldo gesture “drink water”

This Monday, at the press conference earlier to Portugal’s game against Hungary, he removed two bottles of Coca-Cola from his vicinity. The Portuguese star sat down, saw the two bottles of sugary drinks and moved them away before taking a water bottle. His gesture clearly meant “drink water”. The stock…

Chase

Right Under Your Nose

            It was a day where the sun shone brightly over neighbourhood Oldville. The houses there seemed alike: pale peach walls, dark brown tiles for the roof and very small yards. The gates to the entrance creaked open, and two people sauntered over to start a long day of taking care…

Chase

Alzheimer’s Disease

Alzheimer’s disease is the most common type of dementia. It is a progressive disease beginning with small memory loss and leads to loss of the ability to carry on a conversation. Alzheimer’s disease can seriously affect a person’s ability to carry out daily activities. Younger people may get Alzheimer’s disease, but…

Chase

LED Bar Raspberry Pi Project

To make a flowing water light, you will need the following: 11 wires 1 bar graph LED 1 breadboard 10 220 ohm resistors 1 raspberry pi 3 Now, place the pieces like the following: Once you are done putting the pieces in the right place, type the following code: Once…

Chase

What To Remember When Doing Raspberry Pi Stuff

The pieces on the rows of the breadboard are connected! If you try to do an LED where the 2 wires are on the same row, the LED won’t light up. Make sure the pieces on the breadboard are in the right position. If the pieces are in the wrong…

Chase

Earthquakes

People who have lived through an earthquake describe it as one of the worst experiences of their lives. When one strikes, people are usually too shocked to move. The ground, which was a few moments before seemed so solid, suddenly beneath their feet like a trampoline. Pictures are shaken from…

Chase

B.C. lays out restart plan

British Columbia officials on Tuesday revealed a four-step plan to make pandemic restrictions easier, with indoor restaurant dining and small gatherings back on right away. https://globalnews.ca/video/rd/713122e4-bd9c-11eb-9342-0242ac110008/?jwsource=cl The first step comes into effect Tuesday. A maximum of five visitors or one household are allowed for indoor personal gatherings, and a maximum…

Chase

RSI

Relative Strength Index (RSI) is one of a many ways investors can tell if a stock is going to rise or not. The RSI is shown as an oscillator and can have a reading from 0 to 100. When the RSI of a company is 20 or lower, it is…

Chase

Emails using python: example code

If you get an error, it typically means that there is a security error. To solve this problem, do the following steps: Click the top right part of your Gmail page. Click “Manage Your Google Account”. Go to the “security” section. Scroll down to the part that say’s “Less secure…

Chase

Locks

A lock is a mechanical or electronic fastening device that is released by a physical object (such as a key, keycard, fingerprint, etc.), by supplying secret information (such as a number or letter permutation or password). There are many types of locks such as the combination lock or the deadbolt lock, but the most common type of lock is…

Chase

How To Find If A Picture Is Copyrighted

If a photo has a the name of the company/creator written on the image or if it has the ⓒ symbol, then it’s generally safe to assume this image is protected under copyright and you can’t use it.  One good way to see if a photo is copyrighted is by…

Chase

Ants

There doesn’t seem to be a lot of ants in the world. But that’s on the surface. Underground, billions of ants are alive. Scientific Name formicidae Type Invertebrates Diet Omnivore Size 0.08 – 1 inches Lifespan 5 weeks – 15 years About Ants Ants are common insects, but they have…

Chase

Polydactyly

Polydactyly is a birth defect which may affects the hands, feet, or both. It causes one or more extra fingers or toes. It can affect people, and other mammals such as dogs, and cats. What types are there? There are three types of Polydactyly: postaxial polydactyly, central polydactyly, and preaxial polydactyly. Central is just like what it sounds;…

Chase

Soccer

Association football, more commonly known as simply football or soccer, is a team sport played by all genders with a ball between two teams of 11 players. It is played by approximately 250 million players in over 200 countries and dependencies, so it the world’s most popular sport. The game is played on a rectangular field called a pitch with a goal at…

Chase

Amnesia

In simple terms, amnesia is memory loss. Symptoms of Amnesia The symptoms of amnesia depend on the cause, but generally include: Memory loss Confusion The disability to recognize familiar faces or places Once the person recovers, they typically have no memory of their amnesia episode. Causes of amnesia Head injury…

Chase

How To Order A 10-K

To order a form 10-K report from a company, you need to be a shareholder of that company; for example, if you invested TDOC, you are a shareholder of TDOC. If you are a shareholder, you will receive a letter from that company saying “Your Vote Counts” at the top…

Chase

Politics

Politics covers the way people make decisions about how to work together in all kinds of groups, big or small. Most groups have a way of organizing themselves, so decisions get made in the same way each time. For example, say that there is a soccer team. They can say…

Chase

The Tropical Rainforest

Climate & Location The tropical rainforest is found in Northern South America , Central Africa, the east coast of Madagascar, and parts of Oceania. The climate in a tropical rainforest is 20-29° C all year round. This rainforest rains a lot! The yearly rainfall ranges from 200 cm – 1000…

Chase

Raspberry Pi Police Light

Making a police light from a Raspberry Pi isn’t easy! But it sure is cheap. You will need: 7 wires 1 raspberry pi 3 1 red LED 1 blue LED 2 220 ohm resistors 1 momentary push button 1 breadboard Now place the pieces like the following: Then, using python,…

Chase

Python print() (Pt. 2)

The “%s” sign Try this code: Did it print what you thought it would? This is like the substitution method in linear equations. For all the “%s” signs, at the end, after the “%” sign, Using what is after it, replaces the “%s” sign. Can I use multiple “%s” signs?…

Chase

Autism

Autism is a lifelong, mental disorder typically appearing before the age of three years. A person who has autism thinks differently than normal people will. They also find things like bright lights or loud noises stressful or uncomfortable, get anxious or upset about unfamiliar situations and social events or take longer to understand…

Chase