^
Students helping students, join us in improving Bored of Studies by donating and supporting future students!
what do you feel LEAST confident in? for me, its probably just any kind of programming tbhWE are ALL cooked for ts![]()
Typescript?? You don't need to know that. Just python and html/css/js and sql and yucky pseudocode.WE are ALL cooked for ts![]()
Programming is chill for me. All the yucky theory to memorise is just gonna suckwhat do you feel LEAST confident in? for me, its probably just any kind of programming tbh![]()
you need sql too btwTypescript?? You don't need to know that. Just python and html/css/js and yucky pseudocode.
Programming is chill for me. All the yucky theory to memorise is just gonna suck
should be fine just do as much theory as you can or otherwise tell chatgpt to make questions up for it.im a little worried about class diagrams, can't find any questions on them in any trial paper
Oh right yeah that too. I forgot hahaha. Lemme update my message.you need sql too btw
Class diagrams are in Year 11. I do remember doing a question that required it. Might have been my schools trial paper if I recall.im a little worried about class diagrams, can't find any questions on them in any trial paper
Lmao what? Bro sql is a programming language for relational databases. Query language is a part of its name "structured query language" SQL.Oh right yeah that too. I forgot hahaha. Lemme update my message.
But also... its a "query language" not necessarily a programming language haha
Idk like theory should be fine its mainly pseudocode, regression(logistic, linear, poly) and a little bit of ml stuff i am kinda worried about. But other than that it should be alr.isit_actually what r u most confident and least confident in... im so lost tbh
yeah defo the ai and ml whole topic for meIdk like theory should be fine its mainly pseudocode, regression(logistic, linear, poly) and a little bit of ml stuff i am kinda worried about. But other than that it should be alr.
im terrible at python and pseudocode. honestly i grinded sql before trials so decent with that. in terms of everything else i kind of just use anki to memorise terms and definitions so im slightly confident in my waffle ability for short answers. idk if html and css are in it but if it is i should be sweet. Some of the diagrams i get a little lost on toowhat do you feel LEAST confident in? for me, its probably just any kind of programming tbh![]()
Haha. Yeah ig. You could argue for both.Lmao what? Bro sql is a programming language for relational databases. Query language is a part of its name "structured query language" SQL.![]()
The best way to learn python is by practicing. Find a cool project online and do it WITHOUT AI. Learn to research when you need help and make something coolim terrible at python and pseudocode. honestly i grinded sql before trials so decent with that. in terms of everything else i kind of just use anki to memorise terms and definitions so im slightly confident in my waffle ability for short answers. idk if html and css are in it but if it is i should be sweet. Some of the diagrams i get a little lost on too
You’re kind of mixing categories here. HTML, CSS, and XML aren’t programming languages that’s true, they’re markup or style languages since they describe what data looks like rather than what to do with it. But SQL isn’t a protocol like HTTP; it’s a declarative programming language used to tell the database what result you want, not how to get it. HTTP is just a communication protocol, while SQL actually has logic, expressions, and control capabilities. So yeah, HTML isn’t a programming language, but SQL definitely is just a different type from procedural onesHaha. Yeah ig. You could argue for both.
Would you say HTML is a programming language? Lots of people would say yes. But it isn't. Just a`markup language`. Likewise, the same goes with css and xml. I often just ignore SQL because I like to look at it as a protocol like HTTP, even though it really is a programming language.
Yeah loll.You’re kind of mixing categories here.
Depends on what framework the you use. SQLite is really weak with its capabilities so I sorta forget the power that you get in things like MySQL.SQL actually has logic, expressions, and control capabilities.