1. A custom logo and tagline
2. A killer site design
3. Relevant skills
4. Relevant education, coursework, and certificate
5.click to tweet
6. Downloadable resume
7. A bio or about page (tell your story!)
8. A photo
9. Visible contact information
10. Social media accounts
11.A few basic social media ground rules
12. Testimonials
13. Awards/other types of recognition
14. A blog
15. Videos (that are relevant to your craft)
16. Your own design or coding projects
17. Volunteer work
18. An explanation of your process
19. Open source contributions
20. Quantifiable achievements
21. Relevant groups/communities you’ve held a leadership role in
22. Speaking engaged
23. Links to guest writing or features
24. A blog theme for others to use
25. Your own icon sets/patterns/fonts
26. Free cheat-sheets/guides/tutoria
27. Call to action (CTA)
Answer:
Use a resume header
Explanation:
Create a Summary
Research industry, employer keywords
Explanation:
edge 2022 got 100%
In Python programming language, what is a function statement?
an action that a function will execute
an action that is defined in a function header
the first line of a function definition
the first comment in a software program
Answer:
C, an action that is defined in a function header
Explanation:
A function is a statement that defines a section of code. You can have arguments or parameters along with it which gives it a set of values to work upon, and it helps you prevent cluttering code. It lets you reuse your code and you can call this function with the related arguments to return something.
An action that is defined in a function header is a function statement In Python programming language. Hence, option C is correct.
What is Python programming language?Python is a popular computer programming language used to create software and websites, automate processes, and analyze data. Python is a general-purpose language, which means it may be used to make many various types of applications and isn't tailored for any particular issues.
Python is frequently considered as one of the simplest programming languages to learn for novices. Python is a wonderful place to start if you're interested in learning a programming language. In addition, it is one of the most popular.
If you're searching for a simple and even enjoyable programming language to learn first, Python is always advised. Python reads like English and is easy to grasp for someone who is new to programming, as opposed to having to dive right into rigid syntax restrictions.
Thus, option C is correct.
For more information about Python programming language, click here:
https://brainly.com/question/19792191
#SPJ2
plz help thank u
Which option in PowerPoint allows
users to configure the number of columns and rows manually, using numerical values?
O Insert Table dialog box
O Draw Table option
O Insert Table drop-down menu
O Excel spreadsheet
Insert table drop-down menu
Which field can be used to track the progress on tasks that a user has created?
Subject
Start Date
Due Date
% Complete
The fields can be used to track the progress on tasks that a user has created are subject, start date and due date.
What is Deferred?When you create the task in outlook and scheduled and that will be completed on a later date shown is Deferred. Because deferring is an act of postponing something that was due soon and you have scheduled to do it later.
When you change the progress percentage to something other than 0%, set it to "in progress". When you change the progress percentage to 100%, set it as "completed". Waiting on someone else means a task is waiting for others to get completed.
You have to make sure that everything that you're researching won't make your paper or whatever you need that research for to fall behind schedule. In any case, there's no use for a lot that has been written if you cannot deliver it on time anymore. So knowing when you have to have everything ready is the first thing for any schedule to be created.
Therefore, The fields can be used to track the progress on tasks that a user has created are subject, start date and due date.
Learn more about progress on:
https://brainly.com/question/2494870
#SPJ6
The spreadsheet below shows a list of fruits with their calorie count, grams of sugar, dietary fiber, and protein. Which set of steps will organize the data to only show foods with more than 100 calories and rank their sugar content from greatest to least?
Sort Sugar in descending order, and filter Calories by under 100 calories.
Sort Sugar in ascending order, and filter Calories by over 100 calories. Filter Calories by over 100 calories, and sort Sugar in descending order. Filter Calories by over 100 calories, and sort Sugar in ascending order.
Answer:
Filter Calories by over 100 calories, and sort Sugar in descending order.
Explanation:
Filter Calories by over 100 calories, and sort Sugar in descending order. Thus, option A is correct.
What is Sorting and Filtering in Excel or Access?Sorting and Filtering in Excel or Access are two tools that let you organize and view your data. Sorting your data puts it in order and filtering lets you hide unimportant data. And in this case, it is no different. If you want to show foods with more than 100 calories, you should filter calories by over 100 and sort sugar in highest to the lowest (descending order).
140 calories with fat from a snack is ideal. It is recommended that 25-35% of daily calorie intake come from fat, with less than 7% from saturated fat, a maximum of 10% from polyunsaturated fat and a maximum of 20% from monounsaturated fat.
Therefore, Filter Calories by over 100 calories, and sort Sugar in descending order. Thus, option A is correct.
Learn more about Filter Calories on:
https://brainly.com/question/30799744
#SPJ3
What are the benefits of building blocks?
They allow you to create custom content that can be easily inserted into Word documents,
They allow you to create temporary content for one Word document only
They allow you to create content that can be used to build a whole Word document,
They allow you to create content that cannot be edited by mistake and inserted into Word document,
Need ASAP
Answer:
They allow you to create content that cannot be edited by mistake and inserted into Word document
Explanation:
I believe this is it
Answer:
D
Explanation:
Because I smart :)
Your worksheet has the value 27 in cell B3. What value is
returned by the function =MOD(B3,6)?
Answer:
3
Explanation:
MOD means the remainder after a division calculation.
[tex]\frac{27}{6}= 4r3[/tex]
The remainder is 3
The value returned by the function =MOD(27, 6) will be : 3
The function written above is a Microsoft excel function. The MOD function is called the modulo function which returns the remainder when two values are divided.In the exercise above ;
B3 = 27
=MOD(B3, 6) can be explicitly written as =MOD(27,6)
The numerator = 27
The denominator = 6
Hence, 27/6 = 4 remainder (27 - 24) = 3
27 - (6 × 4) = 27 - 24 = 3
Hence, the value returned by the function =MOD(B3, 6) which is equal to 3
Learn more on excel function : https://brainly.com/question/21511198?referrer=searchResults
If a database named Contacts has a table named tblEmployees and another database named Orders links to that tblEmployees table, where is the data stored?
Answer:
cache I think
Explanation:
I am not sure or memory HDD or SSD
Objects in a relational database are related to one another through relationships defined by common fields between tables.
What is database?A database is a collection of information that is related to an especial subject or purpose, such as tracking customer orders or conserving a music collection.
If your database is not stored on a computer, or only parts of it are, you may be tracking information from a various of sources that you must coordinate and organize.
By using relationships in a database, it is possible to reduce data redundancy and ensure data consistency, as changes made to one table can automatically propagate to related tables.
Fields are the smallest units of data in a database, and they are used to define the characteristics or character of the objects in a database. In a relational database, multiple tables can be created with each table containing one or more fields.
These tables can then be related to one another by linking common fields.
To know more about Database on:
brainly.com/question/30634903
#SPJ3
what is the full form of ICT?
Answer:
Information and communication technologyhope this helps
brainliest appreciated
good luck! have a nice day!
A sequence index uses a built-in function called length or len() to provide a total number of elements in an ordered list. With which iteration does this function work?
a for loop
a while loop
an infinite loop
a single statement loop
Answer:
A single statements loop is the answerrr
Answer:
a single statement loop
Explanation:
Which feature in Outlook 2016 is used to fix spelling and grammar errors and can be configured to do so automatically?
Spell Checker
Thesaurus
AutoCorrect
Grammar Checker
Help
Answer:
Spell Checker is the answer
Paula is working on a project for an iOS app that will show action clips with special effects to promote a new musical drama. The app must also enable users to buy a ticket at any point, but without distracting them. Paula designs a small, non-intrusive button that the user can choose to click on to book a ticket even when watching an action clip. She is creating an effective________becaus her goal matches the user’s goal.
Answer:
she is creating a effective app.
Explanation:
Megan has written the following rough draft for her assignment. Choose the correct way to complete each sentence. Sarah is creating an image. She wants to achieve tonal effects with parallel lines by varying their densities and distribution patterns. She will use (hatching, filters,stippling) to do this. She also wants to add special effects on the image. Therefore, she will use (hatching, filters,stippling).
Answer:
I. hatching
II. filter
Explanation:
Sarah is creating an image. She wants to achieve tonal effects with parallel lines by varying their densities and distribution patterns. She will use hatching to do this. She also wants to add special effects on the image. Therefore, she will use filters.
Hatching refers to an art technique in which parallel lines are used to shade by drawing them closely together.
Stippling is an art technique used in the making of patterns by using small dots.
Filters is a technique of changing image characteristics. It is used to change the picture characteristics & to add special effects to an image such as the shade, contrast, tone, brightness etc.
We therefore see that, hatching and filter are the correct answers respectively
Answer:
Hatching
Filters
Explanation:
I just took the test, good luck everyone.